Click or drag to resize

PdfAttributeOwner Class

The attribute owners.
Inheritance Hierarchy
System Object
Spire.Pdf.Interchange.TaggedPdf PdfAttributeOwner

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

The PdfAttributeOwner type exposes the following members.

Constructors
Name Description
Public method PdfAttributeOwner
Initializes a new instance of the PdfAttributeOwner class
Top
Properties
Name Description
Public property Name
The name of the application or plug-in extension owning the attribute data.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
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 .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field Static member Css_100
Additional attributes governing translation to a format using CSS, version 1.00
Public field Static member Css_200
Additional attributes governing translation to a format using CSS, version 2.00
Public field Static member Html_320
Additional attributes governing translation to HTML, version 3.20
Public field Static member Html_401
Additional attributes governing translation to HTML, version 4.01
Public field Static member Layout
Attributes governing the layout of content.
Public field Static member List
Attributes governing the numbering of lists.
Public field Static member Oeb_100
Additional attributes governing translation to OEB, version 1.0
Public field Static member PrintField
Attributes governing Form structure elements for non-interactive form fields.
Public field Static member Rtf_105
Additional attributes governing translation to Microsoft Rich Text Format, version 1.05
Public field Static member Table
Attributes governing the organization of cells in tables.
Public field Static member Xml_100
Additional attributes governing translation to XML, version 1.00
Top
See Also