Class PDAnnotationCaret
- Namespace
- Org.Apache.Pdfbox.Pdmodel.Interactive.Annotation
- Assembly
- MASES.NetPDF.dll
public class PDAnnotationCaret : PDAnnotationMarkup, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICOSObjectable
- Inheritance
-
PDAnnotationCaret
- Implements
- Inherited Members
-
JVMBridgeBase<COSObjectable>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<COSObjectable>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])
Constructors
PDAnnotationCaret()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PDAnnotationCaret()
PDAnnotationCaret(COSDictionary)
public PDAnnotationCaret(COSDictionary arg0)
Parameters
PDAnnotationCaret(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 PDAnnotationCaret(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
RectDifferences
https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationCaret.html#getRectDifferences-- https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/org/apache/pdfbox/pdmodel/interactive/annotation/PDAnnotationCaret.html#setRectDifferences-float-
public float[] RectDifferences { get; set; }
Property Value
- float[]
SUB_TYPE
public static String SUB_TYPE { get; }
Property Value
Methods
SetCustomAppearanceHandler(PDAppearanceHandler)
public void SetCustomAppearanceHandler(PDAppearanceHandler arg0)
Parameters
SetRectDifferences(float, float, float, float)
public void SetRectDifferences(float arg0, float arg1, float arg2, float arg3)