Table of Contents

Class FDFAnnotationLine

Namespace
Org.Apache.Pdfbox.Pdmodel.Fdf
Assembly
MASES.NetPDF.dll
public class FDFAnnotationLine : FDFAnnotation, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
JVMBridgeBase
JVMBridgeBase<COSObjectable>
FDFAnnotationLine
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<COSObjectable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<COSObjectable>.IsAssignableFrom<T>()
JVMBridgeBase<COSObjectable>.Execute<T>(params T[])
JVMBridgeBase<COSObjectable>.DynBridgeClazz
JVMBridgeBase<COSObjectable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener

Constructors

FDFAnnotationLine()

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

public FDFAnnotationLine()

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

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

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

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