Table of Contents

Class VerticalHeaderTable

Namespace
Org.Apache.Fontbox.Ttf
Assembly
MASES.NetPDF.dll
public class VerticalHeaderTable : TTFTable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
VerticalHeaderTable
Implements
Inherited Members

Constructors

VerticalHeaderTable()

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

public VerticalHeaderTable()

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

Parameters

args object[]

Properties

AdvanceHeightMax

public int AdvanceHeightMax { get; }

Property Value

int

Ascender

public short Ascender { get; }

Property Value

short

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CaretOffset

public short CaretOffset { get; }

Property Value

short

CaretSlopeRise

public short CaretSlopeRise { get; }

Property Value

short

CaretSlopeRun

public short CaretSlopeRun { get; }

Property Value

short

Descender

public short Descender { get; }

Property Value

short

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

LineGap

public short LineGap { get; }

Property Value

short

MetricDataFormat

public short MetricDataFormat { get; }

Property Value

short

MinBottomSideBearing

public short MinBottomSideBearing { get; }

Property Value

short

MinTopSideBearing

public short MinTopSideBearing { get; }

Property Value

short

NumberOfVMetrics

public int NumberOfVMetrics { get; }

Property Value

int

Reserved1

public short Reserved1 { get; }

Property Value

short

Reserved2

public short Reserved2 { get; }

Property Value

short

Reserved3

public short Reserved3 { get; }

Property Value

short

Reserved4

public short Reserved4 { get; }

Property Value

short

TAG

public static String TAG { get; }

Property Value

String

Version

public float Version { get; }

Property Value

float

YMaxExtent

public short YMaxExtent { get; }

Property Value

short