Documents for PDF, .NET Edition Documentation
StructElement Class Members
Properties 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Structure Namespace : StructElement Class

The following tables list the members exposed by StructElement.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets a text that is an exact replacement for the structure element and its children. This replacement text (which should apply to as small a piece of content as possible) is useful when extracting a document’s content in support of accessibility to users with disabilities or for other purposes.  
Public PropertyGets or sets the alternate description of the structure element and its children in human-readable form, which is useful when extracting a document’s content in support of accessibility to users with disabilities or for other purposes.  
Public PropertyGets the list of embedded files associated with this StructElement.  
Public PropertyGets the collection of attribute classes associated with this element.  
Public PropertyGets the collection of attributes associated with this structure element.  
Public PropertyGets the collection of child StructElement object.  
Public PropertyGets the collection of ContentItemLink objects.  
Public PropertyGets or sets a GrapeCity.Documents.Pdf.Page object used as the default page for the content items owned by this StructElement.  
Public PropertyGets or sets the expanded form of an abbreviation.  
Public PropertyGets a value indicating whether the AttrClasses collection contains any items.  
Public PropertyGets a value indicating whether Attrs collection contains any items.  
Public PropertyGets a value indicating whether the Children collection contains any items.  
Public PropertyGets a value indicating whether the ContentItems collection contains any items.  
Public PropertyGets or sets the element identifier, a byte array designating this structure element. The value must be unique among all elements in the document’s structure hierarchy.  
Public PropertyGets the StructElementCollection containing this object.  
Public PropertyGets the parent StructElement object.  
Public PropertyGets or sets the current revision number of this structure element.  
Public PropertyGets the root StructTreeRoot object.  
Public PropertyGets or sets the title of the structure element, which is a text string representing it in human-readable form. The title should characterize the specific structure element, such as Chapter 1, rather than merely a generic element type, such as Chapter.  
Public PropertyGets or sets the structure type, which is a string identifying the nature of the structure element and its role within the document, such as chapter, paragraph, or footnote.  
Top
See Also

Reference

StructElement Class
GrapeCity.Documents.Pdf.Structure Namespace