com.spire.pdf.lists
Class PdfMarkerBase

java.lang.Object
  extended by com.spire.pdf.lists.PdfMarkerBase
Direct Known Subclasses:
PdfMarker, PdfOrderedMarker

public abstract class PdfMarkerBase
extends java.lang.Object

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

PdfMarkerBase

public PdfMarkerBase()
Method Detail

getFont

public PdfFontBase getFont()
Gets marker font.

Returns:
The font.

setFont

public void setFont(PdfFontBase value)
Sets marker font.

Parameters:
value - The font.

getBrush

public PdfBrush getBrush()
Gets marker brush.

Returns:
The brush.

setBrush

public void setBrush(PdfBrush value)
Sets marker brush.

Parameters:
value - The brush.

getPen

public PdfPen getPen()
Gets marker pen.

Returns:
The pen.

setPen

public void setPen(PdfPen value)
Sets marker pen.

Parameters:
value - The pen.

getStringFormat

public PdfStringFormat getStringFormat()
Gets the format.


setStringFormat

public void setStringFormat(PdfStringFormat value)
Sets the format.

Parameters:
value - The format.

getAlignment

public PdfListMarkerAlignment getAlignment()
Gets the value indicating whether the marker is situated at the left of the list or at the right of the list.


setAlignment

public 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.

Parameters:
value - The value.