|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface iparagraph
represents a paragraph inside a section.
method summary | |
---|---|
bookmarkend |
appendbookmarkend(java.lang.string name)
appends end of the bookmark with specified name into paragraph. |
bookmarkstart |
appendbookmarkstart(java.lang.string name)
appends start of the bookmark with specified name into paragraph. |
break |
appendbreak(breaktype breaktype)
appends break to end of paragraph. |
checkboxformfield |
appendcheckbox()
appends the check box. |
checkboxformfield |
appendcheckbox(java.lang.string checkboxname,
boolean defaultcheckboxvalue)
appends the check box. |
comment |
appendcomment(java.lang.string text)
appends the comment. |
dropdownformfield |
appenddropdownformfield()
appends the drop down form field. |
dropdownformfield |
appenddropdownformfield(java.lang.string dropdropdownname)
appends the drop down form field. |
field |
appendfield(java.lang.string fieldname,
fieldtype fieldtype)
appends field to the end of paragraph |
footnote |
appendfootnote(footnotetype type)
appends the footnote. |
void |
appendhtml(java.lang.string html)
appends the html. |
field |
appendhyperlink(java.lang.string link,
docpicture picture,
hyperlinktype type)
appends the hyperlink. |
field |
appendhyperlink(java.lang.string link,
java.lang.string text,
hyperlinktype type)
appends the hyperlink. |
docoleobject |
appendoleobject(byte[] olebytes,
docpicture olepicture,
olelinktype olelinktype)
appends the ole object. |
docoleobject |
appendoleobject(byte[] olebytes,
docpicture olepicture,
oleobjecttype type)
appends the ole object. |
docoleobject |
appendoleobject(byte[] olebytes,
docpicture olepicture,
java.lang.string fileextension)
appends the openpackage ole object (ole object without specified type). |
docoleobject |
appendoleobject(java.io.inputstream stream,
docpicture pic,
olelinktype olelinktype)
appends the ole object into paragraph. |
docoleobject |
appendoleobject(java.io.inputstream olestream,
docpicture olepicture,
oleobjecttype type)
appends the ole object. |
docoleobject |
appendoleobject(java.io.inputstream olestream,
docpicture olepicture,
java.lang.string fileextension)
appends the openpackage ole object (ole object without specified type). |
docoleobject |
appendoleobject(java.lang.string pathtofile,
docpicture olepicture)
appends the ole object. |
docoleobject |
appendoleobject(java.lang.string pathtofile,
docpicture olepicture,
oleobjecttype type)
appends the ole object. |
docpicture |
appendpicture(byte[] imagebytes)
appends picture to the end of paragraph. |
docpicture |
appendpicture(java.io.inputstream inputstream)
appends picture to the end of paragraph. |
docpicture |
appendpicture(java.lang.string filepath)
appends picture to the end of paragraph. |
symbol |
appendsymbol(byte charactercode)
appends symbol to the end of paragraph. |
textrange |
appendtext(java.lang.string text)
appends text to the end of paragraph. |
textbox |
appendtextbox(float width,
float height)
appends textbox to the end of the paragraph |
textformfield |
appendtextformfield(java.lang.string defaulttext)
appends the text form field. |
textformfield |
appendtextformfield(java.lang.string formfieldname,
java.lang.string defaulttext)
appends the text form field. |
tableofcontent |
appendtoc(int lowerheadinglevel,
int upperheadinglevel)
appends the toc. |
paragraphbase |
get(int index)
gets the paragraphbase at the specified index. |
characterformat |
getbreakcharacterformat()
gets the character format for the break symbol. |
paragraphformat |
getformat()
gets the paragraph format. |
paragraphitemcollection |
getitems()
gets the paragraph items. |
listformat |
getlistformat()
gets list formatting for the paragraph. |
paragraphstyle |
getstyle()
gets related style. |
java.lang.string |
gettext()
returns paragraph text. |
boolean |
isendofdocument()
gets a value indicating whether this paragraph is end of document. |
boolean |
isendofsection()
gets a value indicating whether this paragraph is end of section. |
boolean |
isincell()
gets a value indicating whether this paragraph is in cell. |
void |
removeabsposition()
removes the absolute position data. |
int |
replace(java.lang.string given,
textselection textselection,
boolean casesensitive,
boolean wholeword)
replaces all entries of matchstring string with textrangesholder, taking into consideration casesensitive and wholeword options. |
void |
settext(java.lang.string value)
sets paragraph text. |
methods inherited from interface com.spire.doc.documents.ibodyregion |
---|
replace, replace, replace |
methods inherited from interface com.spire.doc.interfaces.idocumentobject |
---|
deepclone, getdocument, getdocumentobjecttype, getnextsibling, getowner, getprevioussibling, iscomposite |
methods inherited from interface com.spire.doc.interfaces.istyleholder |
---|
applystyle, applystyle, getstylename |
method detail |
---|
java.lang.string gettext()
void settext(java.lang.string value)
value
- valueparagraphbase get(int index)
paragraphbase
at the specified index.
index
- index
paragraphitemcollection getitems()
paragraphformat getformat()
listformat getlistformat()
characterformat getbreakcharacterformat()
boolean isincell()
boolean isendofsection()
boolean isendofdocument()
textrange appendtext(java.lang.string text)
text
- the text.
docpicture appendpicture(java.io.inputstream inputstream)
inputstream
- the file input stream
docpicture appendpicture(java.lang.string filepath)
filepath
- the file path
docpicture appendpicture(byte[] imagebytes)
imagebytes
- the image bytes.
field appendfield(java.lang.string fieldname, fieldtype fieldtype)
fieldname
- name of the field.fieldtype
- type of the field.
bookmarkstart appendbookmarkstart(java.lang.string name)
name
- the name.
bookmarkend appendbookmarkend(java.lang.string name)
name
- the name.
comment appendcomment(java.lang.string text)
text
- text
footnote appendfootnote(footnotetype type)
type
- the type.
textbox appendtextbox(float width, float height)
width
- textbox widthheight
- textbox height
symbol appendsymbol(byte charactercode)
charactercode
- the character code.
break appendbreak(breaktype breaktype)
breaktype
- type of the break.
void appendhtml(java.lang.string html)
html
- the html.paragraphstyle getstyle()
int replace(java.lang.string given, textselection textselection, boolean casesensitive, boolean wholeword)
given
- the matchstring.textselection
- the text selection.casesensitive
- if it specifies case sensitive search, set to wholeword
- if it specifies the whole word to be newvalue, set to checkboxformfield appendcheckbox()
textformfield appendtextformfield(java.lang.string defaulttext)
defaulttext
- the default text.
dropdownformfield appenddropdownformfield()
checkboxformfield appendcheckbox(java.lang.string checkboxname, boolean defaultcheckboxvalue)
checkboxname
- name of the check box.defaultcheckboxvalue
- default checkbox value.
textformfield appendtextformfield(java.lang.string formfieldname, java.lang.string defaulttext)
formfieldname
- name of the form field.defaulttext
- the default text.
dropdownformfield appenddropdownformfield(java.lang.string dropdropdownname)
dropdropdownname
- name of the drop drop down
field appendhyperlink(java.lang.string link, java.lang.string text, hyperlinktype type)
link
- the link.text
- the text to display.type
- the hyperlink type.
field appendhyperlink(java.lang.string link, docpicture picture, hyperlinktype type)
link
- the link.picture
- the picture to display.type
- the type of hyperlink.
void removeabsposition()
tableofcontent appendtoc(int lowerheadinglevel, int upperheadinglevel)
lowerheadinglevel
- the lower heading level.upperheadinglevel
- the upper heading level.
docoleobject appendoleobject(java.io.inputstream olestream, docpicture olepicture, oleobjecttype type)
olestream
- the ole stream.olepicture
- the ole picture.type
- type
docoleobject appendoleobject(byte[] olebytes, docpicture olepicture, oleobjecttype type)
olebytes
- the ole bytes.olepicture
- the ole picture.type
- type
docoleobject appendoleobject(java.lang.string pathtofile, docpicture olepicture, oleobjecttype type)
pathtofile
- the path to file.olepicture
- the ole picture.type
- type of the ole object file
docoleobject appendoleobject(java.lang.string pathtofile, docpicture olepicture)
pathtofile
- the path to file.olepicture
- the ole picture.
docoleobject appendoleobject(java.io.inputstream stream, docpicture pic, olelinktype olelinktype)
stream
- the ole storage.pic
- the ole picture.olelinktype
- the type of ole object link type.
docoleobject appendoleobject(byte[] olebytes, docpicture olepicture, olelinktype olelinktype)
olebytes
- the ole storage bytes.olepicture
- the ole picture.olelinktype
- type of the ole link.
docoleobject appendoleobject(byte[] olebytes, docpicture olepicture, java.lang.string fileextension)
olebytes
- the ole object bytes.olepicture
- the ole picture.fileextension
- the file extension.
docoleobject appendoleobject(java.io.inputstream olestream, docpicture olepicture, java.lang.string fileextension)
olestream
- the ole file stream.olepicture
- the ole picturefileextension
- the file extension.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |