Table of Contents

Class PDTextState

Namespace
Org.Apache.Pdfbox.Pdmodel.Graphics.State
Assembly
MASES.NetPDF.dll
public class PDTextState : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
PDTextState
Implements
Inherited Members

Constructors

PDTextState()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public PDTextState()

PDTextState(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public PDTextState(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CharacterSpacing

public float CharacterSpacing { get; set; }

Property Value

float

Font

public PDFont Font { get; set; }

Property Value

PDFont

FontSize

public float FontSize { get; set; }

Property Value

float

HorizontalScaling

public float HorizontalScaling { get; set; }

Property Value

float

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

KnockoutFlag

public bool KnockoutFlag { get; set; }

Property Value

bool

Leading

public float Leading { get; set; }

Property Value

float

RenderingMode

public RenderingMode RenderingMode { get; set; }

Property Value

RenderingMode

Rise

public float Rise { get; set; }

Property Value

float

WordSpacing

public float WordSpacing { get; set; }

Property Value

float

Methods

Clone()

public PDTextState Clone()

Returns

PDTextState

PDTextState