Click or drag to resize

FixedLayoutSpan Properties

The FixedLayoutSpan type exposes the following members.

Properties
Name Description
Public property Kind
Gets kind of the span. This cannot be null.
Public property PageIndex
Gets the index of a page in which rendered object. starting from 1.
(Inherited from LayoutElement .)
Public property Parent
Gets the parent of this entity.
(Inherited from LayoutElement .)
Public property ParentNode
Provides the layout node that pertains to this particular entity.
(Overrides LayoutElement ParentNode .)
Public property Rectangle
Returns bounding rectangle of the entity relative to the page top left corner (in points).
(Inherited from LayoutElement .)
Public property Text
Exports the contents of the entity into a string in plain text format.
(Overrides LayoutElement Text .)
Public property Type
Gets the type of this layout entity.
(Inherited from LayoutElement .)
Top
See Also