Interface ICSS2Properties

Interface ICSS2Properties

Namespace: Aspose.Html.Dom.Css
Assembly: Aspose.HTML.dll (25.2.0)

Provides interface for CSS2 properties set values manipulation in the context of certain HTML element

[DOMNoInterfaceObject]
[ComVisible(true)]
[DOMObject]
public interface ICSS2Properties

Properties

Azimuth

See the azimuth property definition in CSS2.

[DOMName("azimuth")]
string Azimuth { get; set; }

Property Value

string

Background

See the background property definition in CSS2.

[DOMName("background")]
string Background { get; set; }

Property Value

string

BackgroundAttachment

See the background-attachment property definition in CSS2.

[DOMName("backgroundAttachment")]
string BackgroundAttachment { get; set; }

Property Value

string

BackgroundColor

See the background-color property definition in CSS2.

[DOMName("backgroundColor")]
string BackgroundColor { get; set; }

Property Value

string

BackgroundImage

See the background-image property definition in CSS2.

[DOMName("backgroundImage")]
string BackgroundImage { get; set; }

Property Value

string

BackgroundPosition

See the background-position property definition in CSS2.

[DOMName("backgroundPosition")]
string BackgroundPosition { get; set; }

Property Value

string

BackgroundRepeat

See the background-repeat property definition in CSS2.

[DOMName("backgroundRepeat")]
string BackgroundRepeat { get; set; }

Property Value

string

Border

See the border property definition in CSS2.

[DOMName("border")]
string Border { get; set; }

Property Value

string

BorderBottom

See the border-bottom property definition in CSS2.

[DOMName("borderBottom")]
string BorderBottom { get; set; }

Property Value

string

BorderBottomColor

See the border-bottom-color property definition in CSS2.

[DOMName("borderBottomColor")]
string BorderBottomColor { get; set; }

Property Value

string

BorderBottomStyle

See the border-bottom-style property definition in CSS2.

[DOMName("borderBottomStyle")]
string BorderBottomStyle { get; set; }

Property Value

string

BorderBottomWidth

See the border-bottom-width property definition in CSS2.

[DOMName("borderBottomWidth")]
string BorderBottomWidth { get; set; }

Property Value

string

BorderCollapse

See the border-collapse property definition in CSS2.

[DOMName("borderCollapse")]
string BorderCollapse { get; set; }

Property Value

string

BorderColor

See the border-color property definition in CSS2.

[DOMName("borderColor")]
string BorderColor { get; set; }

Property Value

string

BorderLeft

See the border-left property definition in CSS2.

[DOMName("borderLeft")]
string BorderLeft { get; set; }

Property Value

string

BorderLeftColor

See the border-left-color property definition in CSS2.

[DOMName("borderLeftColor")]
string BorderLeftColor { get; set; }

Property Value

string

BorderLeftStyle

See the border-left-style property definition in CSS2.

[DOMName("borderLeftStyle")]
string BorderLeftStyle { get; set; }

Property Value

string

BorderLeftWidth

See the border-left-width property definition in CSS2.

[DOMName("borderLeftWidth")]
string BorderLeftWidth { get; set; }

Property Value

string

BorderRight

See the border-right property definition in CSS2.

[DOMName("borderRight")]
string BorderRight { get; set; }

Property Value

string

BorderRightColor

See the border-right-color property definition in CSS2.

[DOMName("borderRightColor")]
string BorderRightColor { get; set; }

Property Value

string

BorderRightStyle

See the border-right-style property definition in CSS2.

[DOMName("borderRightStyle")]
string BorderRightStyle { get; set; }

Property Value

string

BorderRightWidth

See the border-right-width property definition in CSS2.

[DOMName("borderRightWidth")]
string BorderRightWidth { get; set; }

Property Value

string

BorderSpacing

See the border-spacing property definition in CSS2.

[DOMName("borderSpacing")]
string BorderSpacing { get; set; }

Property Value

string

BorderStyle

See the border-style property definition in CSS2.

[DOMName("borderStyle")]
string BorderStyle { get; set; }

Property Value

string

BorderTop

See the border-top property definition in CSS2.

[DOMName("borderTop")]
string BorderTop { get; set; }

Property Value

string

BorderTopColor

See the border-top-color property definition in CSS2.

[DOMName("borderTopColor")]
string BorderTopColor { get; set; }

Property Value

string

BorderTopStyle

See the border-top-style property definition in CSS2.

[DOMName("borderTopStyle")]
string BorderTopStyle { get; set; }

Property Value

string

BorderTopWidth

See the border-top-width property definition in CSS2.

[DOMName("borderTopWidth")]
string BorderTopWidth { get; set; }

Property Value

string

BorderWidth

See the border-width property definition in CSS2.

[DOMName("borderWidth")]
string BorderWidth { get; set; }

Property Value

string

Bottom

See the bottom property definition in CSS2.

[DOMName("bottom")]
string Bottom { get; set; }

Property Value

string

CaptionSide

See the caption-side property definition in CSS2.

[DOMName("captionSide")]
string CaptionSide { get; set; }

Property Value

string

Clear

See the clear property definition in CSS2.

[DOMName("clear")]
string Clear { get; set; }

Property Value

string

Clip

See the clip property definition in CSS2.

[DOMName("clip")]
string Clip { get; set; }

Property Value

string

Color

See the color property definition in CSS2.

[DOMName("color")]
string Color { get; set; }

Property Value

string

Content

See the content property definition in CSS2.

[DOMName("content")]
string Content { get; set; }

Property Value

string

CounterIncrement

See the counter-increment property definition in CSS2.

[DOMName("counterIncrement")]
string CounterIncrement { get; set; }

Property Value

string

CounterReset

See the counter-reset property definition in CSS2.

[DOMName("counterReset")]
string CounterReset { get; set; }

Property Value

string

Cue

See the cue property definition in CSS2.

[DOMName("cue")]
string Cue { get; set; }

Property Value

string

CueAfter

See the cue-after property definition in CSS2.

[DOMName("cueAfter")]
string CueAfter { get; set; }

Property Value

string

CueBefore

See the cue-before property definition in CSS2.

[DOMName("cueBefore")]
string CueBefore { get; set; }

Property Value

string

Cursor

See the cursor property definition in CSS2.

[DOMName("cursor")]
string Cursor { get; set; }

Property Value

string

Direction

See the direction property definition in CSS2.

[DOMName("direction")]
string Direction { get; set; }

Property Value

string

Display

See the display property definition in CSS2.

[DOMName("display")]
string Display { get; set; }

Property Value

string

Elevation

See the elevation property definition in CSS2.

[DOMName("elevation")]
string Elevation { get; set; }

Property Value

string

EmptyCells

See the empty-cells property definition in CSS2.

[DOMName("emptyCells")]
string EmptyCells { get; set; }

Property Value

string

Float

See the float property definition in CSS2.

[DOMName("cssFloat")]
string Float { get; set; }

Property Value

string

Font

See the font property definition in CSS2.

[DOMName("font")]
string Font { get; set; }

Property Value

string

FontFamily

See the font-family property definition in CSS2.

[DOMName("fontFamily")]
string FontFamily { get; set; }

Property Value

string

FontSize

See the font-size property definition in CSS2.

[DOMName("fontSize")]
string FontSize { get; set; }

Property Value

string

FontSizeAdjust

See the font-size-adjust property definition in CSS2.

[DOMName("fontSizeAdjust")]
string FontSizeAdjust { get; set; }

Property Value

string

FontStretch

See the font-stretch property definition in CSS2.

[DOMName("fontStretch")]
string FontStretch { get; set; }

Property Value

string

FontStyle

See the font-style property definition in CSS2.

[DOMName("fontStyle")]
string FontStyle { get; set; }

Property Value

string

FontVariant

See the font-variant property definition in CSS2.

[DOMName("fontVariant")]
string FontVariant { get; set; }

Property Value

string

FontWeight

See the font-weight property definition in CSS2.

[DOMName("fontWeight")]
string FontWeight { get; set; }

Property Value

string

Height

See the height property definition in CSS2.

[DOMName("height")]
string Height { get; set; }

Property Value

string

Left

See the left property definition in CSS2.

[DOMName("left")]
string Left { get; set; }

Property Value

string

LetterSpacing

See the letter-spacing property definition in CSS2.

[DOMName("letterSpacing")]
string LetterSpacing { get; set; }

Property Value

string

LineHeight

See the line-height property definition in CSS2.

[DOMName("lineHeight")]
string LineHeight { get; set; }

Property Value

string

ListStyle

See the list-style property definition in CSS2.

[DOMName("listStyle")]
string ListStyle { get; set; }

Property Value

string

ListStyleImage

See the list-style-image property definition in CSS2.

[DOMName("listStyleImage")]
string ListStyleImage { get; set; }

Property Value

string

ListStylePosition

See the list-style-position property definition in CSS2.

[DOMName("listStylePosition")]
string ListStylePosition { get; set; }

Property Value

string

ListStyleType

See the list-style-type property definition in CSS2.

[DOMName("listStyleType")]
string ListStyleType { get; set; }

Property Value

string

Margin

See the margin property definition in CSS2.

[DOMName("margin")]
string Margin { get; set; }

Property Value

string

MarginBottom

See the margin-bottom property definition in CSS2.

[DOMName("marginBottom")]
string MarginBottom { get; set; }

Property Value

string

MarginLeft

See the margin-left property definition in CSS2.

[DOMName("marginLeft")]
string MarginLeft { get; set; }

Property Value

string

MarginRight

See the margin-right property definition in CSS2.

[DOMName("marginRight")]
string MarginRight { get; set; }

Property Value

string

MarginTop

See the margin-top property definition in CSS2.

[DOMName("marginTop")]
string MarginTop { get; set; }

Property Value

string

MarkerOffset

See the marker-offset property definition in CSS2.

[DOMName("markerOffset")]
string MarkerOffset { get; set; }

Property Value

string

Marks

See the marks property definition in CSS2.

[DOMName("marks")]
string Marks { get; set; }

Property Value

string

MaxHeight

See the max-height property definition in CSS2.

[DOMName("maxHeight")]
string MaxHeight { get; set; }

Property Value

string

MaxWidth

See the max-width property definition in CSS2.

[DOMName("maxWidth")]
string MaxWidth { get; set; }

Property Value

string

MinHeight

See the min-height property definition in CSS2.

[DOMName("minHeight")]
string MinHeight { get; set; }

Property Value

string

MinWidth

See the min-width property definition in CSS2.

[DOMName("minWidth")]
string MinWidth { get; set; }

Property Value

string

Orphans

See the orphans property definition in CSS2.

[DOMName("orphans")]
string Orphans { get; set; }

Property Value

string

Outline

See the outline property definition in CSS2.

[DOMName("outline")]
string Outline { get; set; }

Property Value

string

OutlineColor

See the outline-color property definition in CSS2.

[DOMName("outlineColor")]
string OutlineColor { get; set; }

Property Value

string

OutlineStyle

See the outline-style property definition in CSS2.

[DOMName("outlineStyle")]
string OutlineStyle { get; set; }

Property Value

string

OutlineWidth

See the outline-width property definition in CSS2.

[DOMName("outlineWidth")]
string OutlineWidth { get; set; }

Property Value

string

Overflow

See the overflow property definition in CSS2.

[DOMName("overflow")]
string Overflow { get; set; }

Property Value

string

Padding

See the padding property definition in CSS2.

[DOMName("padding")]
string Padding { get; set; }

Property Value

string

PaddingBottom

See the padding-bottom property definition in CSS2.

[DOMName("paddingBottom")]
string PaddingBottom { get; set; }

Property Value

string

PaddingLeft

See the padding-left property definition in CSS2.

[DOMName("paddingLeft")]
string PaddingLeft { get; set; }

Property Value

string

PaddingRight

See the padding-right property definition in CSS2.

[DOMName("paddingRight")]
string PaddingRight { get; set; }

Property Value

string

PaddingTop

See the padding-top property definition in CSS2.

[DOMName("paddingTop")]
string PaddingTop { get; set; }

Property Value

string

Page

See the page property definition in CSS2.

[DOMName("page")]
string Page { get; set; }

Property Value

string

PageBreakAfter

See the page-break-after property definition in CSS2.

[DOMName("pageBreakAfter")]
string PageBreakAfter { get; set; }

Property Value

string

PageBreakBefore

See the page-break-before property definition in CSS2.

[DOMName("pageBreakBefore")]
string PageBreakBefore { get; set; }

Property Value

string

PageBreakInside

See the page-break-inside property definition in CSS2.

[DOMName("pageBreakInside")]
string PageBreakInside { get; set; }

Property Value

string

Pause

See the pause property definition in CSS2.

[DOMName("pause")]
string Pause { get; set; }

Property Value

string

PauseAfter

See the pause-after property definition in CSS2.

[DOMName("pauseAfter")]
string PauseAfter { get; set; }

Property Value

string

PauseBefore

See the pause-before property definition in CSS2.

[DOMName("pauseBefore")]
string PauseBefore { get; set; }

Property Value

string

Pitch

See the pitch property definition in CSS2.

[DOMName("pitch")]
string Pitch { get; set; }

Property Value

string

PitchRange

See the pitch-range property definition in CSS2.

[DOMName("pitchRange")]
string PitchRange { get; set; }

Property Value

string

PlayDuring

See the play-during property definition in CSS2.

[DOMName("playDuring")]
string PlayDuring { get; set; }

Property Value

string

Position

See the position property definition in CSS2.

[DOMName("position")]
string Position { get; set; }

Property Value

string

Quotes

See the quotes property definition in CSS2.

[DOMName("quotes")]
string Quotes { get; set; }

Property Value

string

Richness

See the richness property definition in CSS2.

[DOMName("richness")]
string Richness { get; set; }

Property Value

string

Right

See the right property definition in CSS2.

[DOMName("right")]
string Right { get; set; }

Property Value

string

Size

See the size property definition in CSS2.

[DOMName("size")]
string Size { get; set; }

Property Value

string

Speak

See the speak property definition in CSS2.

[DOMName("speak")]
string Speak { get; set; }

Property Value

string

SpeakHeader

See the speak-header property definition in CSS2.

[DOMName("speakHeader")]
string SpeakHeader { get; set; }

Property Value

string

SpeakNumeral

See the speak-numeral property definition in CSS2.

[DOMName("speakNumeral")]
string SpeakNumeral { get; set; }

Property Value

string

SpeakPunctuation

See the speak-punctuation property definition in CSS2.

[DOMName("speakPunctuation")]
string SpeakPunctuation { get; set; }

Property Value

string

SpeechRate

See the speech-rate property definition in CSS2.

[DOMName("speechRate")]
string SpeechRate { get; set; }

Property Value

string

Stress

See the stress property definition in CSS2.

[DOMName("stress")]
string Stress { get; set; }

Property Value

string

TableLayout

See the table-layout property definition in CSS2.

[DOMName("tableLayout")]
string TableLayout { get; set; }

Property Value

string

TextAlign

See the text-align property definition in CSS2.

[DOMName("textAlign")]
string TextAlign { get; set; }

Property Value

string

TextDecoration

See the text-decoration property definition in CSS2.

[DOMName("textDecoration")]
string TextDecoration { get; set; }

Property Value

string

TextIndent

See the text-indent property definition in CSS2.

[DOMName("textIndent")]
string TextIndent { get; set; }

Property Value

string

TextShadow

See the text-shadow property definition in CSS2.

[DOMName("textShadow")]
string TextShadow { get; set; }

Property Value

string

TextTransform

See the text-transform property definition in CSS2.

[DOMName("textTransform")]
string TextTransform { get; set; }

Property Value

string

Top

See the top property definition in CSS2.

[DOMName("top")]
string Top { get; set; }

Property Value

string

UnicodeBidi

See the unicode-bidi property definition in CSS2.

[DOMName("unicodeBidi")]
string UnicodeBidi { get; set; }

Property Value

string

VerticalAlign

See the vertical-align property definition in CSS2.

[DOMName("verticalAlign")]
string VerticalAlign { get; set; }

Property Value

string

Visibility

See the visibility property definition in CSS2.

[DOMName("visibility")]
string Visibility { get; set; }

Property Value

string

VoiceFamily

See the voice-family property definition in CSS2.

[DOMName("voiceFamily")]
string VoiceFamily { get; set; }

Property Value

string

Volume

See the volume property definition in CSS2.

[DOMName("volume")]
string Volume { get; set; }

Property Value

string

WhiteSpace

See the white-space property definition in CSS2.

[DOMName("whiteSpace")]
string WhiteSpace { get; set; }

Property Value

string

Widows

See the widows property definition in CSS2.

[DOMName("widows")]
string Widows { get; set; }

Property Value

string

Width

See the width property definition in CSS2.

[DOMName("width")]
string Width { get; set; }

Property Value

string

WordSpacing

See the word-spacing property definition in CSS2.

[DOMName("wordSpacing")]
string WordSpacing { get; set; }

Property Value

string

ZIndex

See the z-index property definition in CSS2.

[DOMName("zIndex")]
string ZIndex { get; set; }

Property Value

string