|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.lists.PdfMarkerBase
public abstract class PdfMarkerBase
Represents base class for markers.
| Constructor Summary | |
|---|---|
PdfMarkerBase()
|
|
| Method Summary | |
|---|---|
PdfListMarkerAlignment |
getAlignment()
Gets the value indicating whether the marker is situated at the left of the list or at the right of the list. |
PdfBrush |
getBrush()
Gets marker brush. |
PdfFontBase |
getFont()
Gets marker font. |
PdfPen |
getPen()
Gets marker pen. |
PdfStringFormat |
getStringFormat()
Gets the format. |
void |
setAlignment(PdfListMarkerAlignment value)
Sets a value indicating whether the marker is situated at the left of the list or at the right of the list. |
void |
setBrush(PdfBrush value)
Sets marker brush. |
void |
setFont(PdfFontBase value)
Sets marker font. |
void |
setPen(PdfPen value)
Sets marker pen. |
void |
setStringFormat(PdfStringFormat value)
Sets the format. |
| Constructor Detail |
|---|
public PdfMarkerBase()
| Method Detail |
|---|
public PdfFontBase getFont()
public void setFont(PdfFontBase value)
value - The font.public PdfBrush getBrush()
public void setBrush(PdfBrush value)
value - The brush.public PdfPen getPen()
public void setPen(PdfPen value)
value - The pen.public PdfStringFormat getStringFormat()
public void setStringFormat(PdfStringFormat value)
value - The format.public PdfListMarkerAlignment getAlignment()
public void setAlignment(PdfListMarkerAlignment value)
value - The value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||