|
|||||||||
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 |