public interface IEvaluableObject : IDocumentObject,
IEvaluable
Public Interface IEvaluableObject
Inherits IDocumentObject, IEvaluable
public interface class IEvaluableObject : IDocumentObject,
IEvaluable
type IEvaluableObject =
interface
interface IDocumentObject
interface IEvaluable
end
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) |
Location |
Location of the document element.
(Inherited from IDocumentObject) |
Selected |
Determines whether the document element is selected within the Worksheet.
(Inherited from IDocumentObject) |
Size |
Size of the document element.
(Inherited from IDocumentObject) |
Draw |
Draws a document element on the given canvas with a specified model of page.
(Inherited from IDocumentObject) |