Table of Contents

Class FDFAnnotation

Namespace
Org.Apache.Pdfbox.Pdmodel.Fdf
Assembly
MASES.NetPDF.dll
public class FDFAnnotation : COSObjectable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
Inheritance
JVMBridgeBase
JVMBridgeBase<COSObjectable>
FDFAnnotation
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

FDFAnnotation()

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

[Obsolete("FDFAnnotation class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FDFAnnotation()

FDFAnnotation(COSDictionary)

public FDFAnnotation(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

FDFAnnotation(Element)

public FDFAnnotation(Element arg0)

Parameters

arg0 Element

Element

Exceptions

IOException

FDFAnnotation(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

[Obsolete("FDFAnnotation class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public FDFAnnotation(params object[] args)

Parameters

args object[]

Properties

BorderEffect

public PDBorderEffectDictionary BorderEffect { get; set; }

Property Value

PDBorderEffectDictionary

BorderStyle

public PDBorderStyleDictionary BorderStyle { get; set; }

Property Value

PDBorderStyleDictionary

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COSObject

public COSBase COSObject { get; }

Property Value

COSBase

Color

public Color Color { get; set; }

Property Value

Color

Contents

public String Contents { get; set; }

Property Value

String

CreationDate

public Calendar CreationDate { get; set; }

Property Value

Calendar

Date

public String Date { get; set; }

Property Value

String

Intent

public String Intent { get; set; }

Property Value

String

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

Name

public String Name { get; set; }

Property Value

String

Opacity

public float Opacity { get; set; }

Property Value

float

Page

public Integer Page { get; set; }

Property Value

Integer

Rectangle

public PDRectangle Rectangle { get; set; }

Property Value

PDRectangle

RichContents

public String RichContents { get; set; }

Property Value

String

Subject

public String Subject { get; set; }

Property Value

String

Title

public String Title { get; set; }

Property Value

String

Methods

Create(COSDictionary)

public static FDFAnnotation Create(COSDictionary arg0)

Parameters

arg0 COSDictionary

COSDictionary

Returns

FDFAnnotation

FDFAnnotation

IsHidden()

public bool IsHidden()

Returns

bool

bool

IsInvisible()

public bool IsInvisible()

Returns

bool

bool

IsLocked()

public bool IsLocked()

Returns

bool

bool

IsLockedContents()

public bool IsLockedContents()

Returns

bool

bool

IsNoRotate()

public bool IsNoRotate()

Returns

bool

bool

IsNoView()

public bool IsNoView()

Returns

bool

bool

IsNoZoom()

public bool IsNoZoom()

Returns

bool

bool

IsPrinted()

public bool IsPrinted()

Returns

bool

bool

IsReadOnly()

public bool IsReadOnly()

Returns

bool

bool

IsToggleNoView()

public bool IsToggleNoView()

Returns

bool

bool

SetHidden(bool)

public void SetHidden(bool arg0)

Parameters

arg0 bool

bool

SetInvisible(bool)

public void SetInvisible(bool arg0)

Parameters

arg0 bool

bool

SetLocked(bool)

public void SetLocked(bool arg0)

Parameters

arg0 bool

bool

SetLockedContents(bool)

public void SetLockedContents(bool arg0)

Parameters

arg0 bool

bool

SetNoRotate(bool)

public void SetNoRotate(bool arg0)

Parameters

arg0 bool

bool

SetNoView(bool)

public void SetNoView(bool arg0)

Parameters

arg0 bool

bool

SetNoZoom(bool)

public void SetNoZoom(bool arg0)

Parameters

arg0 bool

bool

SetPrinted(bool)

public void SetPrinted(bool arg0)

Parameters

arg0 bool

bool

SetReadOnly(bool)

public void SetReadOnly(bool arg0)

Parameters

arg0 bool

bool

SetToggleNoView(bool)

public void SetToggleNoView(bool arg0)

Parameters

arg0 bool

bool