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 StructureDocumentTagRow : TableRow, 
	IStructureDocument, ICompositeObject, IDocumentObject
Public Class StructureDocumentTagRow
	Inherits TableRow
	Implements IStructureDocument, ICompositeObject, IDocumentObject
public ref class StructureDocumentTagRow : public TableRow, 
	IStructureDocument, ICompositeObject, IDocumentObject
type StructureDocumentTagRow =  
    class
        inherit TableRow
        interface IStructureDocument
        interface ICompositeObject
        interface IDocumentObject
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
StructureDocumentTagRow(Table)
Initializes a new instance of the Block-Level structured document tag row class.
AddCell()()()()
Adds the cell.
(Inherited from TableRow.)
AddCell(Boolean)
Adds the cell.
(Inherited from TableRow.)
BreakCharacterFormat
Gets character format for the break symbol.
Cells
Returns or sets cell collection.
(Overrides TableRow..::..Cells.)
ChildObjects
Gets the child object.
(Overrides TableRow..::..ChildObjects.)
Clone()()()()
Clones this instance.
(Inherited from TableRow.)
CloneImpl()()()() (Overrides TableRow..::..CloneImpl()()()().)
CreateLayoutInfo()()()() (Inherited from TableRow.)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the entity.
(Overrides TableRow..::..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.)
FirstChild (Inherited from DocumentObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextWidgetSibling()()()() (Inherited from DocumentObject.)
GetPreviousWidgetSibling()()()() (Inherited from DocumentObject.)
GetRowIndex()()()()
Returns index of the row in owner table.
(Inherited from TableRow.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Height
Returns or setsheight of the row.
(Inherited from TableRow.)
HeightType
Get / set table row height type
(Inherited from TableRow.)
InitXDLSHolder()()()() (Inherited from TableRow.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsHeader
Returns or sets whether the row is a table header.
(Inherited from TableRow.)
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.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from TableRow.)
ReadXmlContent(IXDLSContentReader) (Inherited from TableRow.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
RowFormat
Gets table format
(Inherited from TableRow.)
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 TableRow.)
WriteXmlContent(IXDLSContentWriter) (Inherited from TableRow.)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc..::..OwnerHolder
    Spire.Doc.Documents.XML..::..DocumentSerializable
      Spire.Doc..::..DocumentObject
        Spire.Doc..::..DocumentBase
          Spire.Doc..::..TableRow
            Spire.Doc.Documents..::..StructureDocumentTagRow

See Also