com.spire.pdf.lists
Class PdfMarker

java.lang.Object
  extended by com.spire.pdf.lists.PdfMarkerBase
      extended by com.spire.pdf.lists.PdfMarker

public class PdfMarker
extends PdfMarkerBase

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

PdfMarker

public PdfMarker(java.lang.String text,
                 PdfFontBase font)
Initializes a new instance of the class.

Parameters:
text - The text of the marker.
font - Marker font.

PdfMarker

public PdfMarker(PdfUnorderedMarkerStyle style)
Initializes a new instance of the class.

Parameters:
style - The style of the marker.

PdfMarker

public PdfMarker(PdfImage image)
Initializes a new instance of the class.

Parameters:
image - The image of the marker.

PdfMarker

public PdfMarker(PdfTemplate template)
Initializes a new instance of the class.

Parameters:
template - Template of the marker.
Method Detail

getTemplate

public PdfTemplate getTemplate()
Gets template of the marker.

Returns:
The template of the marker.

setTemplate

public void setTemplate(PdfTemplate value)
Sets template of the marker.

Parameters:
value - The pdf template.

getImage

public PdfImage getImage()
Gets image of the marker.

Returns:
The image of the marker.

setImage

public void setImage(PdfImage value)
Sets image of the marker.

Parameters:
value - The image of the maker.

getText

public java.lang.String getText()
Gets marker text.

Returns:
The marker text.

setText

public void setText(java.lang.String value)
Sets marker text.

Parameters:
value - The text.

getStyle

public PdfUnorderedMarkerStyle getStyle()
Gets the style.

Returns:
The style..

setStyle

public void setStyle(PdfUnorderedMarkerStyle value)
Sets the style.

Parameters:
value - The style.