|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.graphics.PdfGraphicsWidget
com.spire.pdf.graphics.PdfLayoutWidget
com.spire.pdf.lists.PdfListBase
com.spire.pdf.lists.PdfSortedList
public class PdfSortedList
Represents the ordered list.
| Field Summary |
|---|
| Fields inherited from class com.spire.pdf.graphics.PdfLayoutWidget |
|---|
beginPageLayout |
| Constructor Summary | |
|---|---|
PdfSortedList()
Creates ordered list. |
|
PdfSortedList(PdfFontBase font)
Initializes a new instance of the class. |
|
PdfSortedList(PdfListItemCollection items)
Creates ordered list using items. |
|
PdfSortedList(PdfListItemCollection items,
PdfOrderedMarker marker)
Initializes a new instance of the class. |
|
PdfSortedList(PdfNumberStyle style)
Initializes a new instance of the class. |
|
PdfSortedList(PdfOrderedMarker marker)
Initializes a new instance of the class. |
|
PdfSortedList(java.lang.String text)
Initializes a new instance of the class. |
|
PdfSortedList(java.lang.String text,
PdfOrderedMarker marker)
Initializes a new instance of the class from formatted text that is splitted by new lines. |
|
| Method Summary | |
|---|---|
PdfOrderedMarker |
getMarker()
Gets marker of the list items. |
boolean |
getMarkerHierarchy()
True if user want to use numbering hierarchy, otherwise false. |
void |
setMarker(PdfOrderedMarker value)
Sets marker of the list items. |
void |
setMarkerHierarchy(boolean value)
True if user want to use numbering hierarchy, otherwise false. |
| Methods inherited from class com.spire.pdf.lists.PdfListBase |
|---|
getBrush, getFont, getIndent, getItems, getPen, getStringFormat, getTextIndent, setBrush, setFont, setIndent, setPen, setStringFormat, setTextIndent |
| Methods inherited from class com.spire.pdf.graphics.PdfLayoutWidget |
|---|
draw, draw, draw, draw, draw, draw |
| Methods inherited from class com.spire.pdf.graphics.PdfGraphicsWidget |
|---|
draw, draw, draw |
| Constructor Detail |
|---|
public PdfSortedList()
public PdfSortedList(PdfFontBase font)
font - The font.public PdfSortedList(PdfNumberStyle style)
style - The style.public PdfSortedList(PdfListItemCollection items)
items - Items for a list.public PdfSortedList(PdfOrderedMarker marker)
marker - The marker for the list.
public PdfSortedList(PdfListItemCollection items,
PdfOrderedMarker marker)
items - The item collection.marker - The marker for the list.public PdfSortedList(java.lang.String text)
text - The formatted text.
public PdfSortedList(java.lang.String text,
PdfOrderedMarker marker)
text - The formatted text.marker - The marker.| Method Detail |
|---|
public PdfOrderedMarker getMarker()
public void setMarker(PdfOrderedMarker value)
public boolean getMarkerHierarchy()
public void setMarkerHierarchy(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||