idocumentobject-ag凯发旗舰厅



com.spire.doc.interfaces
interface idocumentobject

all known subinterfaces:
ibody, ibodyregion, icompositeobject, idocoleobject, idocument, ifield, imergefield, iparagraph, iparagraphbase, ipicture, isection, istructuredocument, itable, itextrange
all known implementing classes:
body, bodyregion, bookmarkend, bookmarkstart, break, checkboxformfield, comment, commentmark, controlfield, docoleobject, docpicture, document, documentbase, documentcontainer, documentobject, dropdownformfield, field, fieldmark, footnote, formfield, headerfooter, iffield, mergefield, officemath, paragraph, paragraphbase, permissionend, permissionstart, picturewatermark, sdtcontent, sdtinlinecontent, section, sequencefield, shapebase, shapegroup, shapeobject, structuredocumenttag, structuredocumenttagcell, structuredocumenttaginline, structuredocumenttagrow, symbol, table, tablecell, tableofcontent, tablerow, textbox, textformfield, textrange, textwatermark, watermarkbase

public interface idocumentobject

represents a base entity for other entities of dls.


method summary
 documentobject deepclone()
          creates a duplicate of the document object.
 document getdocument()
          gets document of this entity.
 documentobjecttype getdocumentobjecttype()
          gets the type of the document object.
 idocumentobject getnextsibling()
          gets the next sibling.
 documentobject getowner()
          gets owner of this document object.
 idocumentobject getprevioussibling()
          gets the previous sibling.
 boolean iscomposite()
          gets a value indicating whether this instance is composite.
 
method detail

getdocument

document getdocument()
gets document of this entity.
returns:
document

getowner

documentobject getowner()
gets owner of this document object.
returns:
documentobject

getdocumentobjecttype

documentobjecttype getdocumentobjecttype()
gets the type of the document object.
returns:
the type of the document object.

getnextsibling

idocumentobject getnextsibling()
gets the next sibling.
returns:
the next sibling

getprevioussibling

idocumentobject getprevioussibling()
gets the previous sibling.
returns:
the previous sibling.

iscomposite

boolean iscomposite()
gets a value indicating whether this instance is composite.
returns:
if this instance is composite, set to true

deepclone

documentobject deepclone()
creates a duplicate of the document object.
returns:
documentobject


网站地图