|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
com.spire.doc.DocumentBase
com.spire.doc.TableRow
com.spire.doc.documents.StructureDocumentTagRow
public class StructureDocumentTagRow
This element specifies the presence of a structured document tag around a single table row. The two child elements of this element shall be used to specify the properties and content of the current structured document tag via the sdtPr and sdtContent elements, respectively.
Constructor Summary | |
---|---|
StructureDocumentTagRow(Table ownerTable)
Initializes a new instance of the Block-Level structured document tag row class. |
Method Summary | |
---|---|
CharacterFormat |
getBreakCharacterFormat()
Gets character format for the break symbol. |
CellCollection |
getCells()
Returns or sets cell collection. |
DocumentObjectCollection |
getChildObjects()
Gets the child object. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the entity. |
SDTProperties |
getSDTProperties()
Gets the structured document tag properties. |
void |
setCells(CellCollection value)
Returns or sets cell collection. |
void |
updateDataBinding()
Updates stuctured documnet tag content with bound data. |
Methods inherited from class com.spire.doc.TableRow |
---|
addCell, addCell, deepClone, getHeight, getHeightType, getRowFormat, getRowIndex, isHeader, isHeader, setHeight, setHeightType |
Methods inherited from class com.spire.doc.DocumentObject |
---|
getFirstChild, getLastChild, getNextSibling, getNextWidgetSibling, getOwner, getPreviousSibling, getPreviousWidgetSibling, isComposite, prependChild, toString |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
deepClone, getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite |
Constructor Detail |
---|
public StructureDocumentTagRow(Table ownerTable)
ownerTable
- The owner table.Method Detail |
---|
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class TableRow
public SDTProperties getSDTProperties()
getSDTProperties
in interface IStructureDocument
public CharacterFormat getBreakCharacterFormat()
getBreakCharacterFormat
in interface IStructureDocument
public DocumentObjectCollection getChildObjects()
getChildObjects
in interface ICompositeObject
getChildObjects
in class TableRow
public CellCollection getCells()
getCells
in class TableRow
public void setCells(CellCollection value)
setCells
in class TableRow
public void updateDataBinding()
updateDataBinding
in interface IStructureDocument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |