Table of Contents

Class CSS2Properties

Namespace
Org.W3c.Dom.Css
Assembly
MASES.JNet.dll
public class CSS2Properties : JVMBridgeBase<CSS2Properties>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICSS2Properties
Inheritance
JVMBridgeBase
JVMBridgeBase<CSS2Properties>
CSS2Properties
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<CSS2Properties>.IsAssignableFrom(IJavaType)
JVMBridgeBase<CSS2Properties>.IsAssignableFrom<T>()
JVMBridgeBase<CSS2Properties>.Execute<T>(params T[])
JVMBridgeBase<CSS2Properties>.DynBridgeClazz
JVMBridgeBase<CSS2Properties>.BridgeClazz
JVMBridgeBase.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.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

CSS2Properties()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("CSS2Properties class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CSS2Properties()

CSS2Properties(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

[Obsolete("CSS2Properties class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public CSS2Properties(params object[] args)

Parameters

args object[]

Properties

Azimuth

public String Azimuth { get; set; }

Property Value

String

Background

public String Background { get; set; }

Property Value

String

BackgroundAttachment

public String BackgroundAttachment { get; set; }

Property Value

String

BackgroundColor

public String BackgroundColor { get; set; }

Property Value

String

BackgroundImage

public String BackgroundImage { get; set; }

Property Value

String

BackgroundPosition

public String BackgroundPosition { get; set; }

Property Value

String

BackgroundRepeat

public String BackgroundRepeat { get; set; }

Property Value

String

Border

public String Border { get; set; }

Property Value

String

BorderBottom

public String BorderBottom { get; set; }

Property Value

String

BorderBottomColor

public String BorderBottomColor { get; set; }

Property Value

String

BorderBottomStyle

public String BorderBottomStyle { get; set; }

Property Value

String

BorderBottomWidth

public String BorderBottomWidth { get; set; }

Property Value

String

BorderCollapse

public String BorderCollapse { get; set; }

Property Value

String

BorderColor

public String BorderColor { get; set; }

Property Value

String

BorderLeft

public String BorderLeft { get; set; }

Property Value

String

BorderLeftColor

public String BorderLeftColor { get; set; }

Property Value

String

BorderLeftStyle

public String BorderLeftStyle { get; set; }

Property Value

String

BorderLeftWidth

public String BorderLeftWidth { get; set; }

Property Value

String

BorderRight

public String BorderRight { get; set; }

Property Value

String

BorderRightColor

public String BorderRightColor { get; set; }

Property Value

String

BorderRightStyle

public String BorderRightStyle { get; set; }

Property Value

String

BorderRightWidth

public String BorderRightWidth { get; set; }

Property Value

String

BorderSpacing

public String BorderSpacing { get; set; }

Property Value

String

BorderStyle

public String BorderStyle { get; set; }

Property Value

String

BorderTop

public String BorderTop { get; set; }

Property Value

String

BorderTopColor

public String BorderTopColor { get; set; }

Property Value

String

BorderTopStyle

public String BorderTopStyle { get; set; }

Property Value

String

BorderTopWidth

public String BorderTopWidth { get; set; }

Property Value

String

BorderWidth

public String BorderWidth { get; set; }

Property Value

String

Bottom

public String Bottom { get; set; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

CaptionSide

public String CaptionSide { get; set; }

Property Value

String

Clear

public String Clear { get; set; }

Property Value

String

Clip

public String Clip { get; set; }

Property Value

String

Color

public String Color { get; set; }

Property Value

String

Content

public String Content { get; set; }

Property Value

String

CounterIncrement

public String CounterIncrement { get; set; }

Property Value

String

CounterReset

public String CounterReset { get; set; }

Property Value

String

CssFloat

public String CssFloat { get; set; }

Property Value

String

Cue

public String Cue { get; set; }

Property Value

String

CueAfter

public String CueAfter { get; set; }

Property Value

String

CueBefore

public String CueBefore { get; set; }

Property Value

String

Cursor

public String Cursor { get; set; }

Property Value

String

Direction

public String Direction { get; set; }

Property Value

String

Display

public String Display { get; set; }

Property Value

String

Elevation

public String Elevation { get; set; }

Property Value

String

EmptyCells

public String EmptyCells { get; set; }

Property Value

String

Font

public String Font { get; set; }

Property Value

String

FontFamily

public String FontFamily { get; set; }

Property Value

String

FontSize

public String FontSize { get; set; }

Property Value

String

FontSizeAdjust

public String FontSizeAdjust { get; set; }

Property Value

String

FontStretch

public String FontStretch { get; set; }

Property Value

String

FontStyle

public String FontStyle { get; set; }

Property Value

String

FontVariant

public String FontVariant { get; set; }

Property Value

String

FontWeight

public String FontWeight { get; set; }

Property Value

String

Height

public String Height { get; set; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Left

public String Left { get; set; }

Property Value

String

LetterSpacing

public String LetterSpacing { get; set; }

Property Value

String

LineHeight

public String LineHeight { get; set; }

Property Value

String

ListStyle

public String ListStyle { get; set; }

Property Value

String

ListStyleImage

public String ListStyleImage { get; set; }

Property Value

String

ListStylePosition

public String ListStylePosition { get; set; }

Property Value

String

ListStyleType

public String ListStyleType { get; set; }

Property Value

String

Margin

public String Margin { get; set; }

Property Value

String

MarginBottom

public String MarginBottom { get; set; }

Property Value

String

MarginLeft

public String MarginLeft { get; set; }

Property Value

String

MarginRight

public String MarginRight { get; set; }

Property Value

String

MarginTop

public String MarginTop { get; set; }

Property Value

String

MarkerOffset

public String MarkerOffset { get; set; }

Property Value

String

Marks

public String Marks { get; set; }

Property Value

String

MaxHeight

public String MaxHeight { get; set; }

Property Value

String

MaxWidth

public String MaxWidth { get; set; }

Property Value

String

MinHeight

public String MinHeight { get; set; }

Property Value

String

MinWidth

public String MinWidth { get; set; }

Property Value

String

Orphans

public String Orphans { get; set; }

Property Value

String

Outline

public String Outline { get; set; }

Property Value

String

OutlineColor

public String OutlineColor { get; set; }

Property Value

String

OutlineStyle

public String OutlineStyle { get; set; }

Property Value

String

OutlineWidth

public String OutlineWidth { get; set; }

Property Value

String

Overflow

public String Overflow { get; set; }

Property Value

String

Padding

public String Padding { get; set; }

Property Value

String

PaddingBottom

public String PaddingBottom { get; set; }

Property Value

String

PaddingLeft

public String PaddingLeft { get; set; }

Property Value

String

PaddingRight

public String PaddingRight { get; set; }

Property Value

String

PaddingTop

public String PaddingTop { get; set; }

Property Value

String

Page

public String Page { get; set; }

Property Value

String

PageBreakAfter

public String PageBreakAfter { get; set; }

Property Value

String

PageBreakBefore

public String PageBreakBefore { get; set; }

Property Value

String

PageBreakInside

public String PageBreakInside { get; set; }

Property Value

String

Pause

public String Pause { get; set; }

Property Value

String

PauseAfter

public String PauseAfter { get; set; }

Property Value

String

PauseBefore

public String PauseBefore { get; set; }

Property Value

String

Pitch

public String Pitch { get; set; }

Property Value

String

PitchRange

public String PitchRange { get; set; }

Property Value

String

PlayDuring

public String PlayDuring { get; set; }

Property Value

String

Position

public String Position { get; set; }

Property Value

String

Quotes

public String Quotes { get; set; }

Property Value

String

Richness

public String Richness { get; set; }

Property Value

String

Right

public String Right { get; set; }

Property Value

String

Size

public String Size { get; set; }

Property Value

String

Speak

public String Speak { get; set; }

Property Value

String

SpeakHeader

public String SpeakHeader { get; set; }

Property Value

String

SpeakNumeral

public String SpeakNumeral { get; set; }

Property Value

String

SpeakPunctuation

public String SpeakPunctuation { get; set; }

Property Value

String

SpeechRate

public String SpeechRate { get; set; }

Property Value

String

Stress

public String Stress { get; set; }

Property Value

String

TableLayout

public String TableLayout { get; set; }

Property Value

String

TextAlign

public String TextAlign { get; set; }

Property Value

String

TextDecoration

public String TextDecoration { get; set; }

Property Value

String

TextIndent

public String TextIndent { get; set; }

Property Value

String

TextShadow

public String TextShadow { get; set; }

Property Value

String

TextTransform

public String TextTransform { get; set; }

Property Value

String

Top

public String Top { get; set; }

Property Value

String

UnicodeBidi

public String UnicodeBidi { get; set; }

Property Value

String

VerticalAlign

public String VerticalAlign { get; set; }

Property Value

String

Visibility

public String Visibility { get; set; }

Property Value

String

VoiceFamily

public String VoiceFamily { get; set; }

Property Value

String

Volume

public String Volume { get; set; }

Property Value

String

WhiteSpace

public String WhiteSpace { get; set; }

Property Value

String

Widows

public String Widows { get; set; }

Property Value

String

Width

public String Width { get; set; }

Property Value

String

WordSpacing

public String WordSpacing { get; set; }

Property Value

String

ZIndex

public String ZIndex { get; set; }

Property Value

String