|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.doc.documents.textbodyselection
public class textbodyselection
represents a selection of part of text body.
constructor summary | |
---|---|
textbodyselection(ibody textbody,
int itemstartindex,
int itemendindex,
int pitemstartindex,
int pitemendindex)
initializes a new instance of the textbodyselection class. |
|
textbodyselection(paragraphbase itemstart,
paragraphbase itemend)
initializes a new instance of the textbodyselection class. |
method summary | |
---|---|
int |
getitemendindex()
gets the end index of the text body item. |
int |
getitemstartindex()
gets the start index of the text body item. |
int |
getparagraphitemendindex()
gets the end index of the paragraph item. |
int |
getparagraphitemstartindex()
gets the start index of the paragraph item. |
body |
gettextbody()
gets the text body. |
void |
setitemendindex(int value)
sets the end index of the text body item. |
void |
setitemstartindex(int value)
sets the start index of the text body item. |
void |
setparagraphitemendindex(int value)
sets the end index of the paragraph item. |
void |
setparagraphitemstartindex(int value)
sets the start index of the paragraph item. |
constructor detail |
---|
public textbodyselection(paragraphbase itemstart, paragraphbase itemend)
textbodyselection
class.
itemstart
- the item start.itemend
- the item end.public textbodyselection(ibody textbody, int itemstartindex, int itemendindex, int pitemstartindex, int pitemendindex)
textbodyselection
class.
textbody
- the text body.itemstartindex
- start index of the item.itemendindex
- end index of the item.pitemstartindex
- start index of the paragraph item.pitemendindex
- end index of the paragraph item.method detail |
---|
public body gettextbody()
public int getitemstartindex()
public void setitemstartindex(int value)
value
- the start index of the item.<public int getitemendindex()
public void setitemendindex(int value)
value
- the end index of the item.public int getparagraphitemstartindex()
public void setparagraphitemstartindex(int value)
value
- the start index of the item.public int getparagraphitemendindex()
public void setparagraphitemendindex(int value)
value
- the end index of the item.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |