|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ibody
interface publish text body functionality
method summary | |
---|---|
paragraph |
addparagraph()
adds paragraph at the end of section. |
table |
addtable()
adds the table. |
void |
ensureminimum()
if the text body has no paragraphs, creates and appends one paragraph. |
formfieldcollection |
getformfields()
gets the form fields. |
iparagraph |
getlastparagraph()
gets the last paragraph. |
paragraphcollection |
getparagraphs()
gets inner paragraphs. |
tablecollection |
gettables()
gets inner tables |
void |
insertxhtml(java.lang.string html)
inserts html at end of text body. |
void |
insertxhtml(java.lang.string html,
int paragraphindex)
inserts html begins from paragraph specified by paragraphindex. |
void |
insertxhtml(java.lang.string html,
int paragraphindex,
int paragraphitemindex)
inserts html beginning from paragraph specified by paragraphindex, and after paragraph item specified by paragraphitemindex. |
methods inherited from interface com.spire.doc.interfaces.icompositeobject |
---|
getchildobjects |
methods inherited from interface com.spire.doc.interfaces.idocumentobject |
---|
deepclone, getdocument, getdocumentobjecttype, getnextsibling, getowner, getprevioussibling, iscomposite |
method detail |
---|
tablecollection gettables()
paragraphcollection getparagraphs()
formfieldcollection getformfields()
iparagraph getlastparagraph()
paragraph addparagraph()
table addtable()
void insertxhtml(java.lang.string html)
html
- htmlvoid insertxhtml(java.lang.string html, int paragraphindex)
html
- htmlparagraphindex
- paragraphindexvoid insertxhtml(java.lang.string html, int paragraphindex, int paragraphitemindex)
html
- htmlparagraphindex
- paragraphindexparagraphitemindex
- paragraphitemindexvoid ensureminimum()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |