Class NameRecord
public class NameRecord : JVMBridgeBase<NameRecord>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<NameRecord>NameRecord
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<NameRecord>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<NameRecord>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])JVMBridgeBase<NameRecord>.IsAssignableFrom(IJavaType)JVMBridgeBase<NameRecord>.IsAssignableFrom<T>()JVMBridgeBase<NameRecord>.Execute<T>(params T[])JVMBridgeBase<NameRecord>.DynBridgeClazzJVMBridgeBase<NameRecord>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
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
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
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.4/org/apache/fontbox/ttf/NameRecord.html#getLanguageId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/NameRecord.html#getNameId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/NameRecord.html#getPlatformEncodingId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/NameRecord.html#getPlatformId-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/NameRecord.html#getString-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/NameRecord.html#getStringLength-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/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.4/org/apache/fontbox/ttf/NameRecord.html#getStringOffset-- https://www.javadoc.io/doc/org.apache.pdfbox/fontbox/3.0.4/org/apache/fontbox/ttf/NameRecord.html#setStringOffset-int-
public int StringOffset { get; set; }