|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.io.PageWriterState
public class PageWriterState
Class provides the page writers state.
Licensing:
This class is a DynamicPDF Generator Professional Edition
feature. One of the following licenses is required for non-evaluation usage:
Field Summary | |
---|---|
float |
characterSpacing
Represents character spacing. |
Color |
fillColor
Represents fill color. |
ColorSpace |
fillColorSpace
Represents fill color space. |
Font |
font
represents the Font. |
float |
fontSize
Represents font size. |
float |
horizontalScaling
represents horizontal spacing. |
float |
leading
Represents line leading. |
LineCap |
lineCap
Represents line cap style. |
LineJoin |
lineJoin
Represents line join style. |
LineStyle |
lineStyle
Represents line style. |
float |
lineWidth
Represents line width. |
float |
miterLimit
Represents miter limit. |
Color |
strokeColor
Represents stroke color. |
ColorSpace |
strokeColorSpace
Represents stroke color space |
TextRenderingMode |
textRenderingMode
Represents text render mode. |
float |
textRise
represents text rise. |
float |
wordSpacing
Represents word spacing. |
Constructor Summary | |
---|---|
PageWriterState()
Initializes a new instance of the PageWriterState class. |
|
PageWriterState(PageWriterState state)
Initializes a new instance of the PageWriterState class. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float characterSpacing
public float wordSpacing
public float horizontalScaling
public float leading
public Font font
public float fontSize
public TextRenderingMode textRenderingMode
public float textRise
public float lineWidth
public LineCap lineCap
public LineJoin lineJoin
public float miterLimit
public LineStyle lineStyle
public Color strokeColor
public Color fillColor
public ColorSpace strokeColorSpace
public ColorSpace fillColorSpace
Constructor Detail |
---|
public PageWriterState(PageWriterState state)
PageWriterState
class.
state
- Page writer state to clone.PageWriterState
public PageWriterState()
PageWriterState
class.
PageWriterState
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |