Class DefaultStyledDocument.ElementSpec
public class DefaultStyledDocument.ElementSpec : JVMBridgeBase<DefaultStyledDocument.ElementSpec>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DefaultStyledDocument.ElementSpec
- Implements
- Extension Methods
Constructors
ElementSpec(AttributeSet, short)
public ElementSpec(AttributeSet arg0, short arg1)
Parameters
arg0AttributeSetarg1short
ElementSpec(AttributeSet, short, char[], int, int)
public ElementSpec(AttributeSet arg0, short arg1, char[] arg2, int arg3, int arg4)
Parameters
arg0AttributeSetarg1shortarg2char[]arg3intarg4int
ElementSpec(AttributeSet, short, int)
public ElementSpec(AttributeSet arg0, short arg1, int arg2)
Parameters
arg0AttributeSetarg1shortarg2int
ElementSpec(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 ElementSpec(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Array
public char[] Array { get; }
Property Value
- char[]
Attributes
public AttributeSet Attributes { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
ContentType
public static short ContentType { get; set; }
Property Value
Direction
https://docs.oracle.com/javase/8/docs/api/javax/swing/text/DefaultStyledDocument.ElementSpec.html#getDirection-- https://docs.oracle.com/javase/8/docs/api/javax/swing/text/DefaultStyledDocument.ElementSpec.html#setDirection-short-
public short Direction { get; set; }
Property Value
EndTagType
public static short EndTagType { 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
JoinFractureDirection
public static short JoinFractureDirection { get; set; }
Property Value
JoinNextDirection
public static short JoinNextDirection { get; set; }
Property Value
JoinPreviousDirection
public static short JoinPreviousDirection { get; set; }
Property Value
Length
public int Length { get; }
Property Value
Offset
public int Offset { get; }
Property Value
OriginateDirection
public static short OriginateDirection { get; set; }
Property Value
StartTagType
public static short StartTagType { get; set; }
Property Value
Type
https://docs.oracle.com/javase/8/docs/api/javax/swing/text/DefaultStyledDocument.ElementSpec.html#getType-- https://docs.oracle.com/javase/8/docs/api/javax/swing/text/DefaultStyledDocument.ElementSpec.html#setType-short-
public short Type { get; set; }
Property Value
Methods
CreatePoolableInstance(AttributeSet, short)
HPA initializer for ElementSpec(Javax.Swing.Text.AttributeSet arg0, short arg1)
public static DefaultStyledDocument.ElementSpec CreatePoolableInstance(AttributeSet arg0, short arg1)
Parameters
arg0AttributeSetarg1short
Returns
CreatePoolableInstance(AttributeSet, short, char[], int, int)
HPA initializer for ElementSpec(Javax.Swing.Text.AttributeSet arg0, short arg1, char[] arg2, int arg3, int arg4)
public static DefaultStyledDocument.ElementSpec CreatePoolableInstance(AttributeSet arg0, short arg1, char[] arg2, int arg3, int arg4)
Parameters
arg0AttributeSetarg1shortarg2char[]arg3intarg4int
Returns
CreatePoolableInstance(AttributeSet, short, int)
HPA initializer for ElementSpec(Javax.Swing.Text.AttributeSet arg0, short arg1, int arg2)
public static DefaultStyledDocument.ElementSpec CreatePoolableInstance(AttributeSet arg0, short arg1, int arg2)
Parameters
arg0AttributeSetarg1shortarg2int