Class TabStop
public class TabStop : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ISerializable
- Inheritance
-
TabStop
- Implements
- Inherited Members
- Extension Methods
Constructors
TabStop()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public TabStop()
TabStop(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 TabStop(params object[] args)
Parameters
args
object[]
TabStop(float)
public TabStop(float arg0)
Parameters
TabStop(float, int, int)
public TabStop(float arg0, int arg1, int arg2)
Parameters
Properties
ALIGN_BAR
public static int ALIGN_BAR { get; }
Property Value
ALIGN_CENTER
public static int ALIGN_CENTER { get; }
Property Value
ALIGN_DECIMAL
public static int ALIGN_DECIMAL { get; }
Property Value
ALIGN_LEFT
public static int ALIGN_LEFT { get; }
Property Value
ALIGN_RIGHT
public static int ALIGN_RIGHT { get; }
Property Value
Alignment
public int Alignment { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
LEAD_DOTS
public static int LEAD_DOTS { get; }
Property Value
LEAD_EQUALS
public static int LEAD_EQUALS { get; }
Property Value
LEAD_HYPHENS
public static int LEAD_HYPHENS { get; }
Property Value
LEAD_NONE
public static int LEAD_NONE { get; }
Property Value
LEAD_THICKLINE
public static int LEAD_THICKLINE { get; }
Property Value
LEAD_UNDERLINE
public static int LEAD_UNDERLINE { get; }
Property Value
Leader
public int Leader { get; }
Property Value
Position
public float Position { get; }