Click or drag to resize

PdfStructureElement Class

Represents the pdf structure element.
Inheritance Hierarchy
System Object
Spire.Pdf.Interchange.TaggedPdf PdfStructureElement

Namespace: Spire.Pdf.Interchange.TaggedPdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfStructureElement : IStructureNode

The PdfStructureElement type exposes the following members.

Properties
Name Description
Public property ActualText
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 the document¡¯s contents in support of accessibility to users with disabilities or for other purposes.
Public property Alt
An alternate description of the structure element and its children in human-readable form, which is useful when extracting the document¡¯s contents in support of accessibility to users with disabilities or for other purposes.
Public property Title
The title of the structure element.
Top
Methods
Name Description
Public method AddAttributes
Add the owner's attributes.
Public method AppendChildElement
Append structure type element.
Public method BeginMarkedContent(PdfPageBase)
Begin a marked-content sequence of objects within the content stream.
Public method BeginMarkedContent(PdfPageBase, ArtifactPropertyList)
Begin a marked-content sequence of objects within the content stream.
Public method EndMarkedContent
End a marked-content sequence of objects within the content stream.
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 GetAttributes
Get all owner's attributes.
Public method GetAttributes(PdfAttributeOwner)
Get the owner's attributes.
Public method GetChildNodes
Get the children of this structure element.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
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
See Also