| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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 | characterSpacingRepresents character spacing. | 
|  Color | fillColorRepresents fill color. | 
|  ColorSpace | fillColorSpaceRepresents fill color space. | 
|  Font | fontrepresents the Font. | 
|  float | fontSizeRepresents font size. | 
|  float | horizontalScalingrepresents horizontal spacing. | 
|  float | leadingRepresents line leading. | 
|  LineCap | lineCapRepresents line cap style. | 
|  LineJoin | lineJoinRepresents line join style. | 
|  LineStyle | lineStyleRepresents line style. | 
|  float | lineWidthRepresents line width. | 
|  float | miterLimitRepresents miter limit. | 
|  Color | strokeColorRepresents stroke color. | 
|  ColorSpace | strokeColorSpaceRepresents stroke color space | 
|  TextRenderingMode | textRenderingModeRepresents text render mode. | 
|  float | textRiserepresents text rise. | 
|  float | wordSpacingRepresents word spacing. | 
| Constructor Summary | |
|---|---|
| PageWriterState()Initializes a new instance of the PageWriterStateclass. | |
| PageWriterState(PageWriterState state)Initializes a new instance of the PageWriterStateclass. | |
| 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.PageWriterStatepublic PageWriterState()
PageWriterState class.
PageWriterState| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||