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 StructureDocumentTagCell : TableCell, 
	IStructureDocument, ICompositeObject, IDocumentObject
Public Class StructureDocumentTagCell
	Inherits TableCell
	Implements IStructureDocument, ICompositeObject, IDocumentObject
public ref class StructureDocumentTagCell : public TableCell, 
	IStructureDocument, ICompositeObject, IDocumentObject
type StructureDocumentTagCell =  
    class
        inherit TableCell
        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
StructureDocumentTagCell(TableRow)
Initializes a new instance of the Block-Level structured document tag cell class.
AddParagraph()()()()
Adds paragraph at end of section.
(Inherited from Body.)
AddTable()()()()
Adds the table.
(Inherited from Body.)
AddTable(Boolean)
Adds the table.
(Inherited from Body.)
BreakCharacterFormat
Gets character format for the break symbol.
CellFormat
Gets cell format.
(Inherited from TableCell.)
CellWidthType
Gets or sets cell width type
(Inherited from TableCell.)
ChildObjects (Inherited from Body.)
Clone()()()() (Inherited from TableCell.)
CloneImpl()()()() (Overrides TableCell..::..CloneImpl()()()().)
Count
Gets count of child object.
(Inherited from DocumentContainer.)
CreateLayoutInfo()()()() (Inherited from TableCell.)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType
Gets the type of the entity.
(Overrides TableCell..::..DocumentObjectType.)
EnsureMinimum()()()()
If the text body has no paragraphs, creates and appends one Paragraph.
(Inherited from Body.)
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.)
FirstParagraph
Gets the First paragraph.
(Inherited from Body.)
FormFields
Gets the form fields.
(Inherited from Body.)
GetCellIndex()()()() (Inherited from TableCell.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIndex(IDocumentObject) (Inherited from DocumentContainer.)
GetNextWidgetSibling()()()() (Inherited from DocumentObject.)
GetPreviousWidgetSibling()()()() (Inherited from DocumentObject.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GridSpan (Inherited from TableCell.)
InitXDLSHolder()()()() (Inherited from TableCell.)
InsertXHTML(String)
Inserts html at end of text body.
(Inherited from Body.)
InsertXHTML(String, Int32)
Inserts html. Inserting begins from paragraph specified by paragraphIndex
(Inherited from Body.)
InsertXHTML(String, Int32, Int32)
Inserts html. Inserting begins from paragraph specified by paragraphIndex, and paragraph item specified by paragraphItemIndex
(Inherited from Body.)
IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject.)
IsValidXHTML(String, XHTMLValidationType)
Validates the XHTML.
(Inherited from Body.)
IsValidXHTML(String, XHTMLValidationType, String%)
Validates the XHTML.
(Inherited from Body.)
LastChild (Inherited from DocumentObject.)
LastParagraph
Gets the last paragraph.
(Inherited from Body.)
m_bodyItems (Inherited from Body.)
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.)
OwnerRow
Gets owner row of the cell.
(Inherited from TableCell.)
Paragraphs
Gets inner paragraphs
(Inherited from Body.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Inherited from TableCell.)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Scaling
Gets or sets the cell scaling.
(Inherited from TableCell.)
SDTProperties
Gets the structured document tag properties.
SetCellWidth(Single, CellWidthType)
Set cell width
(Inherited from TableCell.)
SplitCell(Int32, Int32)
The one cell splits into two or more cells.
(Inherited from TableCell.)
Tables
Gets inner tables
(Inherited from Body.)
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()()()()
WidgetCollection (Inherited from TableCell.)
Width
Returns or sets cell width.
(Inherited from TableCell.)
WriteXmlAttributes(IXDLSAttributeWriter) (Inherited from TableCell.)
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..::..DocumentContainer
            Spire.Doc..::..Body
              Spire.Doc..::..TableCell
                Spire.Doc.Documents..::..StructureDocumentTagCell

See Also