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
Background
See the background property definition in CSS2.
[DOMName("background")]
string Background { get; set; }
Property Value
BackgroundAttachment
See the background-attachment property definition in CSS2.
[DOMName("backgroundAttachment")]
string BackgroundAttachment { get; set; }
Property Value
BackgroundColor
See the background-color property definition in CSS2.
[DOMName("backgroundColor")]
string BackgroundColor { get; set; }
Property Value
BackgroundImage
See the background-image property definition in CSS2.
[DOMName("backgroundImage")]
string BackgroundImage { get; set; }
Property Value
BackgroundPosition
See the background-position property definition in CSS2.
[DOMName("backgroundPosition")]
string BackgroundPosition { get; set; }
Property Value
BackgroundRepeat
See the background-repeat property definition in CSS2.
[DOMName("backgroundRepeat")]
string BackgroundRepeat { get; set; }
Property Value
Border
See the border property definition in CSS2.
[DOMName("border")]
string Border { get; set; }
Property Value
BorderBottom
See the border-bottom property definition in CSS2.
[DOMName("borderBottom")]
string BorderBottom { get; set; }
Property Value
BorderBottomColor
See the border-bottom-color property definition in CSS2.
[DOMName("borderBottomColor")]
string BorderBottomColor { get; set; }
Property Value
BorderBottomStyle
See the border-bottom-style property definition in CSS2.
[DOMName("borderBottomStyle")]
string BorderBottomStyle { get; set; }
Property Value
BorderBottomWidth
See the border-bottom-width property definition in CSS2.
[DOMName("borderBottomWidth")]
string BorderBottomWidth { get; set; }
Property Value
BorderCollapse
See the border-collapse property definition in CSS2.
[DOMName("borderCollapse")]
string BorderCollapse { get; set; }
Property Value
BorderColor
See the border-color property definition in CSS2.
[DOMName("borderColor")]
string BorderColor { get; set; }
Property Value
BorderLeft
See the border-left property definition in CSS2.
[DOMName("borderLeft")]
string BorderLeft { get; set; }
Property Value
BorderLeftColor
See the border-left-color property definition in CSS2.
[DOMName("borderLeftColor")]
string BorderLeftColor { get; set; }
Property Value
BorderLeftStyle
See the border-left-style property definition in CSS2.
[DOMName("borderLeftStyle")]
string BorderLeftStyle { get; set; }
Property Value
BorderLeftWidth
See the border-left-width property definition in CSS2.
[DOMName("borderLeftWidth")]
string BorderLeftWidth { get; set; }
Property Value
BorderRight
See the border-right property definition in CSS2.
[DOMName("borderRight")]
string BorderRight { get; set; }
Property Value
BorderRightColor
See the border-right-color property definition in CSS2.
[DOMName("borderRightColor")]
string BorderRightColor { get; set; }
Property Value
BorderRightStyle
See the border-right-style property definition in CSS2.
[DOMName("borderRightStyle")]
string BorderRightStyle { get; set; }
Property Value
BorderRightWidth
See the border-right-width property definition in CSS2.
[DOMName("borderRightWidth")]
string BorderRightWidth { get; set; }
Property Value
BorderSpacing
See the border-spacing property definition in CSS2.
[DOMName("borderSpacing")]
string BorderSpacing { get; set; }
Property Value
BorderStyle
See the border-style property definition in CSS2.
[DOMName("borderStyle")]
string BorderStyle { get; set; }
Property Value
BorderTop
See the border-top property definition in CSS2.
[DOMName("borderTop")]
string BorderTop { get; set; }
Property Value
BorderTopColor
See the border-top-color property definition in CSS2.
[DOMName("borderTopColor")]
string BorderTopColor { get; set; }
Property Value
BorderTopStyle
See the border-top-style property definition in CSS2.
[DOMName("borderTopStyle")]
string BorderTopStyle { get; set; }
Property Value
BorderTopWidth
See the border-top-width property definition in CSS2.
[DOMName("borderTopWidth")]
string BorderTopWidth { get; set; }
Property Value
BorderWidth
See the border-width property definition in CSS2.
[DOMName("borderWidth")]
string BorderWidth { get; set; }
Property Value
Bottom
See the bottom property definition in CSS2.
[DOMName("bottom")]
string Bottom { get; set; }
Property Value
CaptionSide
See the caption-side property definition in CSS2.
[DOMName("captionSide")]
string CaptionSide { get; set; }
Property Value
Clear
See the clear property definition in CSS2.
[DOMName("clear")]
string Clear { get; set; }
Property Value
Clip
See the clip property definition in CSS2.
[DOMName("clip")]
string Clip { get; set; }
Property Value
Color
See the color property definition in CSS2.
[DOMName("color")]
string Color { get; set; }
Property Value
Content
See the content property definition in CSS2.
[DOMName("content")]
string Content { get; set; }
Property Value
CounterIncrement
See the counter-increment property definition in CSS2.
[DOMName("counterIncrement")]
string CounterIncrement { get; set; }
Property Value
CounterReset
See the counter-reset property definition in CSS2.
[DOMName("counterReset")]
string CounterReset { get; set; }
Property Value
Cue
See the cue property definition in CSS2.
[DOMName("cue")]
string Cue { get; set; }
Property Value
CueAfter
See the cue-after property definition in CSS2.
[DOMName("cueAfter")]
string CueAfter { get; set; }
Property Value
CueBefore
See the cue-before property definition in CSS2.
[DOMName("cueBefore")]
string CueBefore { get; set; }
Property Value
Cursor
See the cursor property definition in CSS2.
[DOMName("cursor")]
string Cursor { get; set; }
Property Value
Direction
See the direction property definition in CSS2.
[DOMName("direction")]
string Direction { get; set; }
Property Value
Display
See the display property definition in CSS2.
[DOMName("display")]
string Display { get; set; }
Property Value
Elevation
See the elevation property definition in CSS2.
[DOMName("elevation")]
string Elevation { get; set; }
Property Value
EmptyCells
See the empty-cells property definition in CSS2.
[DOMName("emptyCells")]
string EmptyCells { get; set; }
Property Value
Float
See the float property definition in CSS2.
[DOMName("cssFloat")]
string Float { get; set; }
Property Value
Font
See the font property definition in CSS2.
[DOMName("font")]
string Font { get; set; }
Property Value
FontFamily
See the font-family property definition in CSS2.
[DOMName("fontFamily")]
string FontFamily { get; set; }
Property Value
FontSize
See the font-size property definition in CSS2.
[DOMName("fontSize")]
string FontSize { get; set; }
Property Value
FontSizeAdjust
See the font-size-adjust property definition in CSS2.
[DOMName("fontSizeAdjust")]
string FontSizeAdjust { get; set; }
Property Value
FontStretch
See the font-stretch property definition in CSS2.
[DOMName("fontStretch")]
string FontStretch { get; set; }
Property Value
FontStyle
See the font-style property definition in CSS2.
[DOMName("fontStyle")]
string FontStyle { get; set; }
Property Value
FontVariant
See the font-variant property definition in CSS2.
[DOMName("fontVariant")]
string FontVariant { get; set; }
Property Value
FontWeight
See the font-weight property definition in CSS2.
[DOMName("fontWeight")]
string FontWeight { get; set; }
Property Value
Height
See the height property definition in CSS2.
[DOMName("height")]
string Height { get; set; }
Property Value
Left
See the left property definition in CSS2.
[DOMName("left")]
string Left { get; set; }
Property Value
LetterSpacing
See the letter-spacing property definition in CSS2.
[DOMName("letterSpacing")]
string LetterSpacing { get; set; }
Property Value
LineHeight
See the line-height property definition in CSS2.
[DOMName("lineHeight")]
string LineHeight { get; set; }
Property Value
ListStyle
See the list-style property definition in CSS2.
[DOMName("listStyle")]
string ListStyle { get; set; }
Property Value
ListStyleImage
See the list-style-image property definition in CSS2.
[DOMName("listStyleImage")]
string ListStyleImage { get; set; }
Property Value
ListStylePosition
See the list-style-position property definition in CSS2.
[DOMName("listStylePosition")]
string ListStylePosition { get; set; }
Property Value
ListStyleType
See the list-style-type property definition in CSS2.
[DOMName("listStyleType")]
string ListStyleType { get; set; }
Property Value
Margin
See the margin property definition in CSS2.
[DOMName("margin")]
string Margin { get; set; }
Property Value
MarginBottom
See the margin-bottom property definition in CSS2.
[DOMName("marginBottom")]
string MarginBottom { get; set; }
Property Value
MarginLeft
See the margin-left property definition in CSS2.
[DOMName("marginLeft")]
string MarginLeft { get; set; }
Property Value
MarginRight
See the margin-right property definition in CSS2.
[DOMName("marginRight")]
string MarginRight { get; set; }
Property Value
MarginTop
See the margin-top property definition in CSS2.
[DOMName("marginTop")]
string MarginTop { get; set; }
Property Value
MarkerOffset
See the marker-offset property definition in CSS2.
[DOMName("markerOffset")]
string MarkerOffset { get; set; }
Property Value
Marks
See the marks property definition in CSS2.
[DOMName("marks")]
string Marks { get; set; }
Property Value
MaxHeight
See the max-height property definition in CSS2.
[DOMName("maxHeight")]
string MaxHeight { get; set; }
Property Value
MaxWidth
See the max-width property definition in CSS2.
[DOMName("maxWidth")]
string MaxWidth { get; set; }
Property Value
MinHeight
See the min-height property definition in CSS2.
[DOMName("minHeight")]
string MinHeight { get; set; }
Property Value
MinWidth
See the min-width property definition in CSS2.
[DOMName("minWidth")]
string MinWidth { get; set; }
Property Value
Orphans
See the orphans property definition in CSS2.
[DOMName("orphans")]
string Orphans { get; set; }
Property Value
Outline
See the outline property definition in CSS2.
[DOMName("outline")]
string Outline { get; set; }
Property Value
OutlineColor
See the outline-color property definition in CSS2.
[DOMName("outlineColor")]
string OutlineColor { get; set; }
Property Value
OutlineStyle
See the outline-style property definition in CSS2.
[DOMName("outlineStyle")]
string OutlineStyle { get; set; }
Property Value
OutlineWidth
See the outline-width property definition in CSS2.
[DOMName("outlineWidth")]
string OutlineWidth { get; set; }
Property Value
Overflow
See the overflow property definition in CSS2.
[DOMName("overflow")]
string Overflow { get; set; }
Property Value
Padding
See the padding property definition in CSS2.
[DOMName("padding")]
string Padding { get; set; }
Property Value
PaddingBottom
See the padding-bottom property definition in CSS2.
[DOMName("paddingBottom")]
string PaddingBottom { get; set; }
Property Value
PaddingLeft
See the padding-left property definition in CSS2.
[DOMName("paddingLeft")]
string PaddingLeft { get; set; }
Property Value
PaddingRight
See the padding-right property definition in CSS2.
[DOMName("paddingRight")]
string PaddingRight { get; set; }
Property Value
PaddingTop
See the padding-top property definition in CSS2.
[DOMName("paddingTop")]
string PaddingTop { get; set; }
Property Value
Page
See the page property definition in CSS2.
[DOMName("page")]
string Page { get; set; }
Property Value
PageBreakAfter
See the page-break-after property definition in CSS2.
[DOMName("pageBreakAfter")]
string PageBreakAfter { get; set; }
Property Value
PageBreakBefore
See the page-break-before property definition in CSS2.
[DOMName("pageBreakBefore")]
string PageBreakBefore { get; set; }
Property Value
PageBreakInside
See the page-break-inside property definition in CSS2.
[DOMName("pageBreakInside")]
string PageBreakInside { get; set; }
Property Value
Pause
See the pause property definition in CSS2.
[DOMName("pause")]
string Pause { get; set; }
Property Value
PauseAfter
See the pause-after property definition in CSS2.
[DOMName("pauseAfter")]
string PauseAfter { get; set; }
Property Value
PauseBefore
See the pause-before property definition in CSS2.
[DOMName("pauseBefore")]
string PauseBefore { get; set; }
Property Value
Pitch
See the pitch property definition in CSS2.
[DOMName("pitch")]
string Pitch { get; set; }
Property Value
PitchRange
See the pitch-range property definition in CSS2.
[DOMName("pitchRange")]
string PitchRange { get; set; }
Property Value
PlayDuring
See the play-during property definition in CSS2.
[DOMName("playDuring")]
string PlayDuring { get; set; }
Property Value
Position
See the position property definition in CSS2.
[DOMName("position")]
string Position { get; set; }
Property Value
Quotes
See the quotes property definition in CSS2.
[DOMName("quotes")]
string Quotes { get; set; }
Property Value
Richness
See the richness property definition in CSS2.
[DOMName("richness")]
string Richness { get; set; }
Property Value
Right
See the right property definition in CSS2.
[DOMName("right")]
string Right { get; set; }
Property Value
Size
See the size property definition in CSS2.
[DOMName("size")]
string Size { get; set; }
Property Value
Speak
See the speak property definition in CSS2.
[DOMName("speak")]
string Speak { get; set; }
Property Value
SpeakHeader
See the speak-header property definition in CSS2.
[DOMName("speakHeader")]
string SpeakHeader { get; set; }
Property Value
SpeakNumeral
See the speak-numeral property definition in CSS2.
[DOMName("speakNumeral")]
string SpeakNumeral { get; set; }
Property Value
SpeakPunctuation
See the speak-punctuation property definition in CSS2.
[DOMName("speakPunctuation")]
string SpeakPunctuation { get; set; }
Property Value
SpeechRate
See the speech-rate property definition in CSS2.
[DOMName("speechRate")]
string SpeechRate { get; set; }
Property Value
Stress
See the stress property definition in CSS2.
[DOMName("stress")]
string Stress { get; set; }
Property Value
TableLayout
See the table-layout property definition in CSS2.
[DOMName("tableLayout")]
string TableLayout { get; set; }
Property Value
TextAlign
See the text-align property definition in CSS2.
[DOMName("textAlign")]
string TextAlign { get; set; }
Property Value
TextDecoration
See the text-decoration property definition in CSS2.
[DOMName("textDecoration")]
string TextDecoration { get; set; }
Property Value
TextIndent
See the text-indent property definition in CSS2.
[DOMName("textIndent")]
string TextIndent { get; set; }
Property Value
TextShadow
See the text-shadow property definition in CSS2.
[DOMName("textShadow")]
string TextShadow { get; set; }
Property Value
TextTransform
See the text-transform property definition in CSS2.
[DOMName("textTransform")]
string TextTransform { get; set; }
Property Value
Top
See the top property definition in CSS2.
[DOMName("top")]
string Top { get; set; }
Property Value
UnicodeBidi
See the unicode-bidi property definition in CSS2.
[DOMName("unicodeBidi")]
string UnicodeBidi { get; set; }
Property Value
VerticalAlign
See the vertical-align property definition in CSS2.
[DOMName("verticalAlign")]
string VerticalAlign { get; set; }
Property Value
Visibility
See the visibility property definition in CSS2.
[DOMName("visibility")]
string Visibility { get; set; }
Property Value
VoiceFamily
See the voice-family property definition in CSS2.
[DOMName("voiceFamily")]
string VoiceFamily { get; set; }
Property Value
Volume
See the volume property definition in CSS2.
[DOMName("volume")]
string Volume { get; set; }
Property Value
WhiteSpace
See the white-space property definition in CSS2.
[DOMName("whiteSpace")]
string WhiteSpace { get; set; }
Property Value
Widows
See the widows property definition in CSS2.
[DOMName("widows")]
string Widows { get; set; }
Property Value
Width
See the width property definition in CSS2.
[DOMName("width")]
string Width { get; set; }
Property Value
WordSpacing
See the word-spacing property definition in CSS2.
[DOMName("wordSpacing")]
string WordSpacing { get; set; }
Property Value
ZIndex
See the z-index property definition in CSS2.
[DOMName("zIndex")]
string ZIndex { get; set; }