public interface ISeparatorObject : IDocumentObject,
IEvaluable
Public Interface ISeparatorObject
Inherits IDocumentObject, IEvaluable
public interface class ISeparatorObject : IDocumentObject,
IEvaluable
type ISeparatorObject =
interface
interface IDocumentObject
interface IEvaluable
end
Collapsed | Determines whether current instance of the separator is collapsed or not. |
CurrentCollapsedHeight |
Height of the document collapsed area before current document element.
(Inherited from IDocumentObject) |
CurrentMetaContext |
Gets or sets variables to use for document fields in the context of current document.
(Inherited from IDocumentObject) |
CurrentPageOffsets |
Offsets of the current document page where the document element is present.
(Inherited from IDocumentObject) |
Evaluable |
Determines whether the document element can be evaluated or not.
(Inherited from IEvaluable) |
Focused |
Determines whether the element is in the editing mode or not. If true, the element is highlighted with a frame and gets the
right to place the cursor in it. The frame color is determined by the relevance of the element's information (InDate property).
(Inherited from IDocumentObject) |
IsActivated |
Determines whether the document element is activated and registered on the worksheet.
(Inherited from IDocumentObject) |
Label | Text title of the separator. |
LabelBounds | Bounds of the text title area on the separator. |
LabelRegion | Document element to be used for separator title rendering. |
Location |
Location of the document element.
(Inherited from IDocumentObject) |
Password | Password which is required to expand collapsed area. |
Selected |
Determines whether the document element is selected within the Worksheet.
(Inherited from IDocumentObject) |
Single | Determines whether current instance of the separator has no bottom part which usually means a page break element. |
Size |
Size of the document element.
(Inherited from IDocumentObject) |
Top | Determines whether current instance of the separator is a top one. |
CloneProtected | Safely clones current instance of the separator hiding a password from steal. |
Collapse | Toggles colapsed status of the separator based on the given value. |
Draw |
Draws a document element on the given canvas with a specified model of page.
(Inherited from IDocumentObject) |
CollapsedChanged | Occurs when the collapsed status of the separator is changed. |