Namespace: Spire.Doc
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 TableCell : Body, ICompositeObject, 
	IDocumentObject, [T:sprᧀ]
Public Class TableCell
	Inherits Body
	Implements ICompositeObject, IDocumentObject, [T:sprᧀ]
public ref class TableCell : public Body, 
	ICompositeObject, IDocumentObject, [T:sprᧀ]
type TableCell =  
    class
        inherit Body
        interface ICompositeObject
        interface IDocumentObject
        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
TableCell(IDocument)
Initializes a new instance of the TableCell 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.)
CellFormat
Gets cell format.
CellWidthType
Gets or sets cell width type
ChildObjects (Inherited from Body.)
Clone()()()()
CloneImpl()()()() (Overrides Body..::..CloneImpl()()()().)
Count
Gets count of child object.
(Inherited from DocumentContainer.)
CreateLayoutInfo()()()() (Overrides Body..::..CreateLayoutInfo()()()().)
Document
Gets the document.
(Inherited from OwnerHolder.)
DocumentObjectType (Overrides Body..::..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()()()()
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
InitXDLSHolder()()()() (Overrides Body..::..InitXDLSHolder()()()().)
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.
Paragraphs
Gets inner paragraphs
(Inherited from Body.)
PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject.)
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Inherited from DocumentSerializable.)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
Scaling
Gets or sets the cell scaling.
SetCellWidth(Single, CellWidthType)
Set cell width
SplitCell(Int32, Int32)
The one cell splits into two or more cells.
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.)
WidgetCollection (Overrides Body..::..WidgetCollection.)
Width
Returns or sets cell width.
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
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