|
|||||||||
| 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.PdfUnorderedList
public class PdfUnorderedList
Represents unordered list.
| Field Summary |
|---|
| Fields inherited from class com.spire.pdf.graphics.PdfLayoutWidget |
|---|
beginPageLayout |
| Constructor Summary | |
|---|---|
PdfUnorderedList()
Initializes a new instance of the class. |
|
PdfUnorderedList(PdfFontBase font)
Initializes a new instance of the class. |
|
PdfUnorderedList(PdfListItemCollection items)
Creates unordered list using items. |
|
PdfUnorderedList(PdfListItemCollection items,
PdfMarker marker)
Initializes a new instance of the class. |
|
PdfUnorderedList(PdfMarker marker)
Initializes a new instance of the class. |
|
PdfUnorderedList(java.lang.String text)
Initializes a new instance of the class. |
|
PdfUnorderedList(java.lang.String text,
PdfMarker marker)
Initializes a new instance of the class from formatted text that is splitted by new lines. |
|
| Method Summary | |
|---|---|
PdfMarker |
getMarker()
Gets the marker. |
void |
setMarker(PdfMarker value)
Sets the marker. |
| 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 PdfUnorderedList()
public PdfUnorderedList(PdfListItemCollection items)
items - Items for a list.public PdfUnorderedList(PdfFontBase font)
font - The font.public PdfUnorderedList(PdfMarker marker)
marker - The marker for the list.
public PdfUnorderedList(PdfListItemCollection items,
PdfMarker marker)
items - The items collection.marker - The marker for the list.public PdfUnorderedList(java.lang.String text)
text - The formatted text.
public PdfUnorderedList(java.lang.String text,
PdfMarker marker)
text - The formatted text.marker - The marker.| Method Detail |
|---|
public PdfMarker getMarker()
public void setMarker(PdfMarker value)
value - The maker.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||