Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class StructureDocumentTag : BodyRegion, 
	IStructureDocument, ICompositeObject, IDocumentObject, [T:sprᧁ], [T:sprᧀ]
Public Class StructureDocumentTag
	Inherits BodyRegion
	Implements IStructureDocument, ICompositeObject, IDocumentObject, [T:sprᧁ], 
	[T:sprᧀ]
public ref class StructureDocumentTag : public BodyRegion, 
	IStructureDocument, ICompositeObject, IDocumentObject, [T:sprᧁ], [T:sprᧀ]
type StructureDocumentTag =  
    class
        inherit BodyRegion
        interface IStructureDocument
        interface ICompositeObject
        interface IDocumentObject
        interface [T:sprᧁ]
        interface [T:sprᧀ]
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StructureDocumentTag(Document)
Initializes a new instance of the Block-Level structured document tag class.
BreakCharacterFormat
Gets character format for the break symbol.
ChildObjects
Gets the child entities.
(Overrides DocumentObject..::..ChildObjects.)
Clone()()()() (Inherited from DocumentObject.)
CloneImpl()()()() (Overrides DocumentSerializable..::..CloneImpl()()()().)
CreateLayoutInfo()()()() (Overrides DocumentBase..::..CreateLayoutInfo()()()().)
DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from BodyRegion.)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the entity.
(Overrides DocumentObject..::..DocumentObjectType.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Find(Regex) (Overrides BodyRegion..::..Find(Regex).)
FirstChild (Inherited from DocumentObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIndex(IDocumentObject)
GetNextInSection(Section) (Inherited from BodyRegion.)
GetNextWidgetSibling()()()() (Inherited from DocumentObject.)
GetPreviousWidgetSibling()()()() (Inherited from DocumentObject.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
InitXDLSHolder()()()() (Inherited from DocumentSerializable.)
InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from BodyRegion.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsDeleteRevision
Gets a value indicating whether this item was deleted from the document.
(Inherited from BodyRegion.)
IsInsertRevision
Gets a value indicating whether this item was inserted to the document.
(Inherited from BodyRegion.)
LastChild (Inherited from DocumentObject.)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NextSibling
Gets the next sibling.
(Inherited from DocumentObject.)
Owner
Gets the owner of this entity.
(Inherited from DocumentObject.)
OwnerTextBody
Gets the owner text body.
(Inherited from BodyRegion.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from DocumentSerializable.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
Replace(Regex, TextSelection) (Overrides BodyRegion..::..Replace(Regex, TextSelection).)
Replace(Regex, String) (Overrides BodyRegion..::..Replace(Regex, String).)
Replace(Regex, TextSelection, Boolean) (Overrides BodyRegion..::..Replace(Regex, TextSelection, Boolean).)
Replace(String, TextSelection, Boolean, Boolean)
Replace(String, String, Boolean, Boolean) (Overrides BodyRegion..::..Replace(String, String, Boolean, Boolean).)
Replace(String, TextSelection, Boolean, Boolean, Boolean)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
SDTContent
Gets the a value specifies the last known contents of a structured document tag around one or more block-level structures.
SDTProperties
Gets the structured document tag properties.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToString(String)
Exports the name and index in container of the object into a string in the specified seperator.
(Inherited from DocumentObject.)
UpdateDataBinding()()()()
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from DocumentSerializable.)
WriteXmlContent(IXDLSContentWriter) (Inherited from DocumentSerializable.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc..::..BodyRegion
            Spire.Doc.Documents..::..StructureDocumentTag

See Also