Class FixedContentEditorBase
Represents base class for fixed content editing.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class FixedContentEditorBase
Properties
GraphicProperties
Gets the graphic state that is responsible for the graphics properties in the fixed content.
Declaration
public GraphicProperties GraphicProperties { get; }
Property Value
GraphicProperties
The current graphic state. |
TextProperties
Gets the text state that is responsible for the text properties in the fixed content.
Declaration
public TextProperties TextProperties { get; }
Property Value
TextProperties
The text state. |
Methods
RestoreGraphicProperties()
Restores the graphic properties.
Declaration
public void RestoreGraphicProperties()
RestoreProperties()
Restores text and graphic properties.
Declaration
public void RestoreProperties()
RestoreTextProperties()
Restores the text properties.
Declaration
public void RestoreTextProperties()
SaveGraphicProperties()
Saves the graphic properties.
Declaration
public IDisposable SaveGraphicProperties()
Returns
System.IDisposable
|
SaveProperties()
Saves text and graphic properties.
Declaration
public IDisposable SaveProperties()
Returns
System.IDisposable
|
SaveTextProperties()
Saves the text properties.
Declaration
public IDisposable SaveTextProperties()
Returns
System.IDisposable
|