[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.StandardStructureTypes.GroupingElements

Class StandardStructureTypes.GroupingElements

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

Grouping elements are used solely to group other structure elements; they are not directly associated with content items.

public static class StandardStructureTypes.GroupingElements
Inheritance
object
StandardStructureTypes.GroupingElements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Fields

Art

A relatively self-contained body of text constituting a single narrative or exposition. Articles should be disjoint; that is, they should not contain other articles as constituent elements.

public const string Art = "Art"

Field Value

string

Document

Document. A complete document. This is the root element of any structure tree containing multiple parts or multiple articles.

public const string Document = "Document"

Field Value

string

Part

Part. A large-scale division of a document. This type of element is appropriate for grouping articles or sections.

public const string Part = "Part"

Field Value

string