Class DocFlavor.URL
public class DocFlavor.URL : DocFlavor, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DocFlavor.URL
- Implements
- Inherited Members
- Extension Methods
Constructors
URL(String)
public URL(String arg0)
Parameters
URL(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public URL(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
AUTOSENSE
public static DocFlavor.URL AUTOSENSE { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
GIF
public static DocFlavor.URL GIF { 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 java.lang.AutoCloseable
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
JPEG
public static DocFlavor.URL JPEG { get; set; }
Property Value
PCL
public static DocFlavor.URL PCL { get; set; }
Property Value
public static DocFlavor.URL PDF { get; set; }
Property Value
PNG
public static DocFlavor.URL PNG { get; set; }
Property Value
POSTSCRIPT
public static DocFlavor.URL POSTSCRIPT { get; set; }
Property Value
TEXT_HTML_HOST
public static DocFlavor.URL TEXT_HTML_HOST { get; set; }
Property Value
TEXT_HTML_US_ASCII
public static DocFlavor.URL TEXT_HTML_US_ASCII { get; set; }
Property Value
TEXT_HTML_UTF_16
public static DocFlavor.URL TEXT_HTML_UTF_16 { get; set; }
Property Value
TEXT_HTML_UTF_16BE
public static DocFlavor.URL TEXT_HTML_UTF_16BE { get; set; }
Property Value
TEXT_HTML_UTF_16LE
public static DocFlavor.URL TEXT_HTML_UTF_16LE { get; set; }
Property Value
TEXT_HTML_UTF_8
public static DocFlavor.URL TEXT_HTML_UTF_8 { get; set; }
Property Value
TEXT_PLAIN_HOST
public static DocFlavor.URL TEXT_PLAIN_HOST { get; set; }
Property Value
TEXT_PLAIN_US_ASCII
public static DocFlavor.URL TEXT_PLAIN_US_ASCII { get; set; }
Property Value
TEXT_PLAIN_UTF_16
public static DocFlavor.URL TEXT_PLAIN_UTF_16 { get; set; }
Property Value
TEXT_PLAIN_UTF_16BE
public static DocFlavor.URL TEXT_PLAIN_UTF_16BE { get; set; }
Property Value
TEXT_PLAIN_UTF_16LE
public static DocFlavor.URL TEXT_PLAIN_UTF_16LE { get; set; }
Property Value
TEXT_PLAIN_UTF_8
public static DocFlavor.URL TEXT_PLAIN_UTF_8 { get; set; }
Property Value
Methods
CreatePoolableInstance(String)
HPA initializer for URL(Java.Lang.String arg0)
public static DocFlavor.URL CreatePoolableInstance(String arg0)
Parameters
arg0String