Table of Contents

Class FDFAnnotationLine

Namespace
Org.Apache.Pdfbox.Pdmodel.Fdf
Assembly
MASES.NetPDF.dll
public class FDFAnnotationLine : FDFAnnotation, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
FDFAnnotationLine
Implements
Inherited Members

Constructors

FDFAnnotationLine()

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

public FDFAnnotationLine()

FDFAnnotationLine(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

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

Parameters

initializer IJVMBridgeBaseInitializer

FDFAnnotationLine(COSDictionary)

public FDFAnnotationLine(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

FDFAnnotationLine(Element)

public FDFAnnotationLine(Element arg0)

Parameters

arg0 Element

Element

Exceptions

IOException

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

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

Caption

public bool Caption { get; set; }

Property Value

bool

CaptionHorizontalOffset

public float CaptionHorizontalOffset { get; set; }

Property Value

float

CaptionStyle

public String CaptionStyle { get; set; }

Property Value

String

CaptionVerticalOffset

public float CaptionVerticalOffset { get; set; }

Property Value

float

EndPointEndingStyle

public String EndPointEndingStyle { get; set; }

Property Value

String

InteriorColor

public Color InteriorColor { get; set; }

Property Value

Color

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

LeaderExtend

public float LeaderExtend { get; set; }

Property Value

float

LeaderLength

public float LeaderLength { get; set; }

Property Value

float

LeaderOffset

public float LeaderOffset { get; set; }

Property Value

float

Line

public float[] Line { get; set; }

Property Value

float[]

SUBTYPE

public static String SUBTYPE { get; }

Property Value

String

StartPointEndingStyle

public String StartPointEndingStyle { get; set; }

Property Value

String