Class NameRecord
public class NameRecord : JVMBridgeBase<NameRecord>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
NameRecord
- Implements
- Inherited Members
-
JVMBridgeBase<NameRecord>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<NameRecord>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])
Constructors
NameRecord()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public NameRecord()
NameRecord(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 NameRecord(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ENCODING_MACINTOSH_ROMAN
public static int ENCODING_MACINTOSH_ROMAN { get; }
Property Value
ENCODING_UNICODE_1_0
public static int ENCODING_UNICODE_1_0 { get; }
Property Value
ENCODING_UNICODE_1_1
public static int ENCODING_UNICODE_1_1 { get; }
Property Value
ENCODING_UNICODE_2_0_BMP
public static int ENCODING_UNICODE_2_0_BMP { get; }
Property Value
ENCODING_UNICODE_2_0_FULL
public static int ENCODING_UNICODE_2_0_FULL { get; }
Property Value
ENCODING_WINDOWS_SYMBOL
public static int ENCODING_WINDOWS_SYMBOL { get; }
Property Value
ENCODING_WINDOWS_UNICODE_BMP
public static int ENCODING_WINDOWS_UNICODE_BMP { get; }
Property Value
ENCODING_WINDOWS_UNICODE_UCS4
public static int ENCODING_WINDOWS_UNICODE_UCS4 { 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
LANGUAGE_MACINTOSH_ENGLISH
public static int LANGUAGE_MACINTOSH_ENGLISH { get; }
Property Value
LANGUAGE_UNICODE
public static int LANGUAGE_UNICODE { get; }
Property Value
LANGUAGE_WINDOWS_EN_US
public static int LANGUAGE_WINDOWS_EN_US { get; }
Property Value
LanguageId
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getLanguageId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setLanguageId-int-
public int LanguageId { get; set; }
Property Value
NAME_COPYRIGHT
public static int NAME_COPYRIGHT { get; }
Property Value
NAME_FONT_FAMILY_NAME
public static int NAME_FONT_FAMILY_NAME { get; }
Property Value
NAME_FONT_SUB_FAMILY_NAME
public static int NAME_FONT_SUB_FAMILY_NAME { get; }
Property Value
NAME_FULL_FONT_NAME
public static int NAME_FULL_FONT_NAME { get; }
Property Value
NAME_POSTSCRIPT_NAME
public static int NAME_POSTSCRIPT_NAME { get; }
Property Value
NAME_TRADEMARK
public static int NAME_TRADEMARK { get; }
Property Value
NAME_UNIQUE_FONT_ID
public static int NAME_UNIQUE_FONT_ID { get; }
Property Value
NAME_VERSION
public static int NAME_VERSION { get; }
Property Value
NameId
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getNameId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setNameId-int-
public int NameId { get; set; }
Property Value
PLATFORM_ISO
public static int PLATFORM_ISO { get; }
Property Value
PLATFORM_MACINTOSH
public static int PLATFORM_MACINTOSH { get; }
Property Value
PLATFORM_UNICODE
public static int PLATFORM_UNICODE { get; }
Property Value
PLATFORM_WINDOWS
public static int PLATFORM_WINDOWS { get; }
Property Value
PlatformEncodingId
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getPlatformEncodingId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setPlatformEncodingId-int-
public int PlatformEncodingId { get; set; }
Property Value
PlatformId
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getPlatformId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setPlatformId-int-
public int PlatformId { get; set; }
Property Value
String
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getString-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setString-java.lang.String-
public String String { get; set; }
Property Value
StringLength
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getStringLength-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setStringLength-int-
public int StringLength { get; set; }
Property Value
StringOffset
https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#getStringOffset-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.5/org/apache/fontbox/ttf/NameRecord.html#setStringOffset-int-
public int StringOffset { get; set; }