DynamicPDF by ceTe Software

com.cete.dynamicpdf.io
Class PageWriterState

java.lang.Object
  extended by com.cete.dynamicpdf.io.PageWriterState

public class PageWriterState
extends java.lang.Object

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

characterSpacing

public float characterSpacing
Represents character spacing.


wordSpacing

public float wordSpacing
Represents word spacing.


horizontalScaling

public float horizontalScaling
represents horizontal spacing.


leading

public float leading
Represents line leading.


font

public Font font
represents the Font.


fontSize

public float fontSize
Represents font size.


textRenderingMode

public TextRenderingMode textRenderingMode
Represents text render mode.


textRise

public float textRise
represents text rise.


lineWidth

public float lineWidth
Represents line width.


lineCap

public LineCap lineCap
Represents line cap style.


lineJoin

public LineJoin lineJoin
Represents line join style.


miterLimit

public float miterLimit
Represents miter limit.


lineStyle

public LineStyle lineStyle
Represents line style.


strokeColor

public Color strokeColor
Represents stroke color.


fillColor

public Color fillColor
Represents fill color.


strokeColorSpace

public ColorSpace strokeColorSpace
Represents stroke color space


fillColorSpace

public ColorSpace fillColorSpace
Represents fill color space.

Constructor Detail

PageWriterState

public PageWriterState(PageWriterState state)
Initializes a new instance of the PageWriterState class.

Parameters:
state - Page writer state to clone.
See Also:
PageWriterState

PageWriterState

public PageWriterState()
Initializes a new instance of the PageWriterState class.

See Also:
PageWriterState

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software