Class CSS.Attribute
public class CSS.Attribute : JVMBridgeBase<CSS.Attribute>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseCSS.Attribute
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<CSS.Attribute>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<CSS.Attribute>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase<CSS.Attribute>.IsAssignableFrom(IJavaType)JVMBridgeBase<CSS.Attribute>.IsAssignableFrom<T>()JVMBridgeBase<CSS.Attribute>.Execute<T>(params T[])JVMBridgeBase<CSS.Attribute>.DynBridgeClazzJVMBridgeBase<CSS.Attribute>.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
- Extension Methods
Constructors
Attribute()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public Attribute()
Attribute(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 Attribute(params object[] args)
Parameters
args
object[]
Properties
BACKGROUND
public static CSS.Attribute BACKGROUND { get; }
Property Value
BACKGROUND_ATTACHMENT
public static CSS.Attribute BACKGROUND_ATTACHMENT { get; }
Property Value
BACKGROUND_COLOR
public static CSS.Attribute BACKGROUND_COLOR { get; }
Property Value
BACKGROUND_IMAGE
public static CSS.Attribute BACKGROUND_IMAGE { get; }
Property Value
BACKGROUND_POSITION
public static CSS.Attribute BACKGROUND_POSITION { get; }
Property Value
BACKGROUND_REPEAT
public static CSS.Attribute BACKGROUND_REPEAT { get; }
Property Value
BORDER
public static CSS.Attribute BORDER { get; }
Property Value
BORDER_BOTTOM
public static CSS.Attribute BORDER_BOTTOM { get; }
Property Value
BORDER_BOTTOM_COLOR
public static CSS.Attribute BORDER_BOTTOM_COLOR { get; }
Property Value
BORDER_BOTTOM_STYLE
public static CSS.Attribute BORDER_BOTTOM_STYLE { get; }
Property Value
BORDER_BOTTOM_WIDTH
public static CSS.Attribute BORDER_BOTTOM_WIDTH { get; }
Property Value
BORDER_COLOR
public static CSS.Attribute BORDER_COLOR { get; }
Property Value
BORDER_LEFT
public static CSS.Attribute BORDER_LEFT { get; }
Property Value
BORDER_LEFT_COLOR
public static CSS.Attribute BORDER_LEFT_COLOR { get; }
Property Value
BORDER_LEFT_STYLE
public static CSS.Attribute BORDER_LEFT_STYLE { get; }
Property Value
BORDER_LEFT_WIDTH
public static CSS.Attribute BORDER_LEFT_WIDTH { get; }
Property Value
BORDER_RIGHT
public static CSS.Attribute BORDER_RIGHT { get; }
Property Value
BORDER_RIGHT_COLOR
public static CSS.Attribute BORDER_RIGHT_COLOR { get; }
Property Value
BORDER_RIGHT_STYLE
public static CSS.Attribute BORDER_RIGHT_STYLE { get; }
Property Value
BORDER_RIGHT_WIDTH
public static CSS.Attribute BORDER_RIGHT_WIDTH { get; }
Property Value
BORDER_STYLE
public static CSS.Attribute BORDER_STYLE { get; }
Property Value
BORDER_TOP
public static CSS.Attribute BORDER_TOP { get; }
Property Value
BORDER_TOP_COLOR
public static CSS.Attribute BORDER_TOP_COLOR { get; }
Property Value
BORDER_TOP_STYLE
public static CSS.Attribute BORDER_TOP_STYLE { get; }
Property Value
BORDER_TOP_WIDTH
public static CSS.Attribute BORDER_TOP_WIDTH { get; }
Property Value
BORDER_WIDTH
public static CSS.Attribute BORDER_WIDTH { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CLEAR
public static CSS.Attribute CLEAR { get; }
Property Value
COLOR
public static CSS.Attribute COLOR { get; }
Property Value
DISPLAY
public static CSS.Attribute DISPLAY { get; }
Property Value
DefaultValue
public String DefaultValue { get; }
Property Value
FLOAT
public static CSS.Attribute FLOAT { get; }
Property Value
FONT
public static CSS.Attribute FONT { get; }
Property Value
FONT_FAMILY
public static CSS.Attribute FONT_FAMILY { get; }
Property Value
FONT_SIZE
public static CSS.Attribute FONT_SIZE { get; }
Property Value
FONT_STYLE
public static CSS.Attribute FONT_STYLE { get; }
Property Value
FONT_VARIANT
public static CSS.Attribute FONT_VARIANT { get; }
Property Value
FONT_WEIGHT
public static CSS.Attribute FONT_WEIGHT { get; }
Property Value
HEIGHT
public static CSS.Attribute HEIGHT { 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
LETTER_SPACING
public static CSS.Attribute LETTER_SPACING { get; }
Property Value
LINE_HEIGHT
public static CSS.Attribute LINE_HEIGHT { get; }
Property Value
LIST_STYLE
public static CSS.Attribute LIST_STYLE { get; }
Property Value
LIST_STYLE_IMAGE
public static CSS.Attribute LIST_STYLE_IMAGE { get; }
Property Value
LIST_STYLE_POSITION
public static CSS.Attribute LIST_STYLE_POSITION { get; }
Property Value
LIST_STYLE_TYPE
public static CSS.Attribute LIST_STYLE_TYPE { get; }
Property Value
MARGIN
public static CSS.Attribute MARGIN { get; }
Property Value
MARGIN_BOTTOM
public static CSS.Attribute MARGIN_BOTTOM { get; }
Property Value
MARGIN_LEFT
public static CSS.Attribute MARGIN_LEFT { get; }
Property Value
MARGIN_RIGHT
public static CSS.Attribute MARGIN_RIGHT { get; }
Property Value
MARGIN_TOP
public static CSS.Attribute MARGIN_TOP { get; }
Property Value
PADDING
public static CSS.Attribute PADDING { get; }
Property Value
PADDING_BOTTOM
public static CSS.Attribute PADDING_BOTTOM { get; }
Property Value
PADDING_LEFT
public static CSS.Attribute PADDING_LEFT { get; }
Property Value
PADDING_RIGHT
public static CSS.Attribute PADDING_RIGHT { get; }
Property Value
PADDING_TOP
public static CSS.Attribute PADDING_TOP { get; }
Property Value
TEXT_ALIGN
public static CSS.Attribute TEXT_ALIGN { get; }
Property Value
TEXT_DECORATION
public static CSS.Attribute TEXT_DECORATION { get; }
Property Value
TEXT_INDENT
public static CSS.Attribute TEXT_INDENT { get; }
Property Value
TEXT_TRANSFORM
public static CSS.Attribute TEXT_TRANSFORM { get; }
Property Value
VERTICAL_ALIGN
public static CSS.Attribute VERTICAL_ALIGN { get; }
Property Value
WHITE_SPACE
public static CSS.Attribute WHITE_SPACE { get; }
Property Value
WIDTH
public static CSS.Attribute WIDTH { get; }
Property Value
WORD_SPACING
public static CSS.Attribute WORD_SPACING { get; }
Property Value
Methods
IsInherited()
public bool IsInherited()