Table of Contents

Class HorizontalHeaderTable

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

Constructors

HorizontalHeaderTable()

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

public HorizontalHeaderTable()

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

Parameters

args object[]

Properties

AdvanceWidthMax

public int AdvanceWidthMax { get; set; }

Property Value

int

Ascender

public short Ascender { get; set; }

Property Value

short

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CaretSlopeRise

public short CaretSlopeRise { get; set; }

Property Value

short

CaretSlopeRun

public short CaretSlopeRun { get; set; }

Property Value

short

Descender

public short Descender { get; set; }

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; set; }

Property Value

short

MetricDataFormat

public short MetricDataFormat { get; set; }

Property Value

short

MinLeftSideBearing

public short MinLeftSideBearing { get; set; }

Property Value

short

MinRightSideBearing

public short MinRightSideBearing { get; set; }

Property Value

short

NumberOfHMetrics

public int NumberOfHMetrics { get; set; }

Property Value

int

Reserved1

public short Reserved1 { get; set; }

Property Value

short

Reserved2

public short Reserved2 { get; set; }

Property Value

short

Reserved3

public short Reserved3 { get; set; }

Property Value

short

Reserved4

public short Reserved4 { get; set; }

Property Value

short

Reserved5

public short Reserved5 { get; set; }

Property Value

short

TAG

public static String TAG { get; }

Property Value

String

Version

public float Version { get; set; }

Property Value

float

XMaxExtent

public short XMaxExtent { get; set; }

Property Value

short