Table of Contents

Class PDPanoseClassification

Namespace
Org.Apache.Pdfbox.Pdmodel.Font
Assembly
MASES.NetPDF.dll
public class PDPanoseClassification : JVMBridgeBase<PDPanoseClassification>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
PDPanoseClassification
Implements
Inherited Members

Constructors

PDPanoseClassification()

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

public PDPanoseClassification()

PDPanoseClassification(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PDPanoseClassification(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

PDPanoseClassification(byte[])

public PDPanoseClassification(byte[] arg0)

Parameters

arg0 byte[]

byte

PDPanoseClassification(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 PDPanoseClassification(params object[] args)

Parameters

args object[]

Properties

ArmStyle

public int ArmStyle { get; }

Property Value

int

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Bytes

public byte[] Bytes { get; }

Property Value

byte[]

Contrast

public int Contrast { get; }

Property Value

int

FamilyKind

public int FamilyKind { get; }

Property Value

int

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

LENGTH

public static int LENGTH { get; }

Property Value

int

Letterform

public int Letterform { get; }

Property Value

int

Midline

public int Midline { get; }

Property Value

int

Proportion

public int Proportion { get; }

Property Value

int

SerifStyle

public int SerifStyle { get; }

Property Value

int

StrokeVariation

public int StrokeVariation { get; }

Property Value

int

Weight

public int Weight { get; }

Property Value

int

XHeight

public int XHeight { get; }

Property Value

int