Class DefaultStyledDocument.ElementSpec
public class DefaultStyledDocument.ElementSpec : JVMBridgeBase<DefaultStyledDocument.ElementSpec>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
DefaultStyledDocument.ElementSpec
- Implements
- Inherited Members
-
JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
- Extension Methods
Constructors
ElementSpec()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ElementSpec()
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(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 ElementSpec(params object[] args)
Parameters
argsobject[]
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; }
Property Value
Direction
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultStyledDocument.ElementSpec.html#getDirection() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultStyledDocument.ElementSpec.html#setDirection(short)
public short Direction { get; set; }
Property Value
EndTagType
public static short EndTagType { 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
JoinFractureDirection
public static short JoinFractureDirection { get; }
Property Value
JoinNextDirection
public static short JoinNextDirection { get; }
Property Value
JoinPreviousDirection
public static short JoinPreviousDirection { get; }
Property Value
Length
public int Length { get; }
Property Value
Offset
public int Offset { get; }
Property Value
OriginateDirection
public static short OriginateDirection { get; }
Property Value
StartTagType
public static short StartTagType { get; }
Property Value
Type
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultStyledDocument.ElementSpec.html#getType() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/DefaultStyledDocument.ElementSpec.html#setType(short)
public short Type { get; set; }