Click or drag to resize

FixedLayoutDocument Class

Provides an API wrapper for the LayoutEnumerator class to access the page layout of a document presented in an object model like the design.
Inheritance Hierarchy
System Object
Spire.Doc.Pages LayoutElement
Spire.Doc.Pages FixedLayoutDocument

Namespace: Spire.Doc.Pages
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class FixedLayoutDocument : LayoutElement

The FixedLayoutDocument type exposes the following members.

Constructors
Name Description
Public method FixedLayoutDocument
Creates a new instance from the supplied Document class.
Top
Properties
Name Description
Public property PageIndex
Gets the index of a page in which rendered object. starting from 1.
(Inherited from LayoutElement .)
Public property Pages
Provides access to the pages of a document.
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
Outputs the entity's contents as a plain text string.
(Inherited from LayoutElement .)
Public property Type
Gets the type of this layout entity.
(Inherited from LayoutElement .)
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetChildEntities
Obtains a group of child entities that are of a specific type.
(Inherited from LayoutElement .)
Protected method GetChildNodes T (Inherited from LayoutElement .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetLayoutEntitiesOfNode
Returns all the layout entities of the specified node.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field mChildEntities (Inherited from LayoutElement .)
Protected field mKind (Inherited from LayoutElement .)
Protected field mPageIndex (Inherited from LayoutElement .)
Protected field mParent (Inherited from LayoutElement .)
Protected field mParentNode (Inherited from LayoutElement .)
Protected field mRectangle (Inherited from LayoutElement .)
Protected field mType (Inherited from LayoutElement .)
Top
See Also