Class Overlay
public class Overlay : Closeable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
- Inheritance
-
Overlay
- Implements
- Inherited Members
-
JVMBridgeBase<AutoCloseable>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<AutoCloseable>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])
Constructors
Overlay()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Overlay()
Overlay(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 Overlay(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DefaultOverlayFile
https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/org/apache/pdfbox/multipdf/Overlay.html#getDefaultOverlayFile-- https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/org/apache/pdfbox/multipdf/Overlay.html#setDefaultOverlayFile-java.lang.String-
public String DefaultOverlayFile { get; set; }
Property Value
InputFile
https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/org/apache/pdfbox/multipdf/Overlay.html#getInputFile-- https://www.javadoc.io/doc/org.apache.pdfbox/pdfbox/3.0.5/org/apache/pdfbox/multipdf/Overlay.html#setInputFile-java.lang.String-
public String InputFile { get; set; }
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
Methods
Close()
public void Close()
Exceptions
OverlayDocuments(Map<Integer, PDDocument>)
public PDDocument OverlayDocuments(Map<Integer, PDDocument> arg0)
Parameters
arg0
Map<Integer, PDDocument>
Returns
Exceptions
OverlayMethod(Map<Integer, String>)
public PDDocument OverlayMethod(Map<Integer, String> arg0)
Parameters
Returns
Exceptions
SetAllPagesOverlayFile(String)
public void SetAllPagesOverlayFile(String arg0)
Parameters
SetAllPagesOverlayPDF(PDDocument)
public void SetAllPagesOverlayPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetDefaultOverlayPDF(PDDocument)
public void SetDefaultOverlayPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetEvenPageOverlayFile(String)
public void SetEvenPageOverlayFile(String arg0)
Parameters
SetEvenPageOverlayPDF(PDDocument)
public void SetEvenPageOverlayPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetFirstPageOverlayFile(String)
public void SetFirstPageOverlayFile(String arg0)
Parameters
SetFirstPageOverlayPDF(PDDocument)
public void SetFirstPageOverlayPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetInputPDF(PDDocument)
public void SetInputPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetLastPageOverlayFile(String)
public void SetLastPageOverlayFile(String arg0)
Parameters
SetLastPageOverlayPDF(PDDocument)
public void SetLastPageOverlayPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetOddPageOverlayFile(String)
public void SetOddPageOverlayFile(String arg0)
Parameters
SetOddPageOverlayPDF(PDDocument)
public void SetOddPageOverlayPDF(PDDocument arg0)
Parameters
arg0
PDDocument
SetOverlayPosition(Position)
public void SetOverlayPosition(Overlay.Position arg0)