|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.lists.PdfMarkerBase
com.spire.pdf.lists.PdfMarker
public class PdfMarker
Represents bullet for the list.
| Constructor Summary | |
|---|---|
PdfMarker(PdfImage image)
Initializes a new instance of the class. |
|
PdfMarker(PdfTemplate template)
Initializes a new instance of the class. |
|
PdfMarker(PdfUnorderedMarkerStyle style)
Initializes a new instance of the class. |
|
PdfMarker(java.lang.String text,
PdfFontBase font)
Initializes a new instance of the class. |
|
| Method Summary | |
|---|---|
PdfImage |
getImage()
Gets image of the marker. |
PdfUnorderedMarkerStyle |
getStyle()
Gets the style. |
PdfTemplate |
getTemplate()
Gets template of the marker. |
java.lang.String |
getText()
Gets marker text. |
void |
setImage(PdfImage value)
Sets image of the marker. |
void |
setStyle(PdfUnorderedMarkerStyle value)
Sets the style. |
void |
setTemplate(PdfTemplate value)
Sets template of the marker. |
void |
setText(java.lang.String value)
Sets marker text. |
| Methods inherited from class com.spire.pdf.lists.PdfMarkerBase |
|---|
getAlignment, getBrush, getFont, getPen, getStringFormat, setAlignment, setBrush, setFont, setPen, setStringFormat |
| Constructor Detail |
|---|
public PdfMarker(java.lang.String text,
PdfFontBase font)
text - The text of the marker.font - Marker font.public PdfMarker(PdfUnorderedMarkerStyle style)
style - The style of the marker.public PdfMarker(PdfImage image)
image - The image of the marker.public PdfMarker(PdfTemplate template)
template - Template of the marker.| Method Detail |
|---|
public PdfTemplate getTemplate()
public void setTemplate(PdfTemplate value)
value - The pdf template.public PdfImage getImage()
public void setImage(PdfImage value)
value - The image of the maker.public java.lang.String getText()
public void setText(java.lang.String value)
value - The text.public PdfUnorderedMarkerStyle getStyle()
public void setStyle(PdfUnorderedMarkerStyle value)
value - The style.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||