モジュール jdk.xml.dom
パッケージ org.w3c.dom.css

インタフェースCSS2Properties


public interface CSS2Properties
CSS2Propertiesインタフェースは、CSSStyleDeclaration内のプロパティを取得および設定するための便利なメカニズムを表します。 このインタフェースの属性は、CSS2で規定されているすべてのプロパティに対応します。 このインタフェースの属性を取得することは、CSSStyleDeclarationインタフェースのgetPropertyValueメソッドを呼び出すことと同じです。 このインタフェースの属性を設定することは、CSSStyleDeclarationインタフェースのsetPropertyメソッドを呼び出すことと同じです。

CSS2Propertiesインタフェースの実装には、仕様に準拠して実装されたCSSモジュールは必要ありません。 このインタフェースを実装していない実装の場合は、CSSStyleDeclarationインタフェースのインスタンスからCSS2Propertiesインタフェースにキャストするための、その言語に固有のメソッドを利用できることが期待されます。

このインタフェースを実装している実装の場合は、短縮形のプロパティに特有の構文を理解して、そのセマンティックスを適用できることが期待されます。たとえば、marginプロパティを設定した場合、実際には、ベースとなる実装によってmarginTopmarginRightmarginBottom、およびmarginLeftの各プロパティが設定される必要があります。

CSSの「短縮形」のプロパティを取り扱うときは、その構成要素である正式表記のプロパティに分解する必要があります。また、その値が照会されたときは、ルール・セット内での宣言に正確に一致する最短の形式で値を返す必要があります。 ただし、短縮形の宣言を追加する際、ルール・セット内ですでに宣言されているルールをなんらかの形で変更する(ルール・セット内でまだ宣言されていない正式表記のルールを追加する)必要がある場合には、その短縮形のプロパティに対して空の文字列を返してください。

たとえば、fontプロパティが照会された場合、"14pt Arial, sans-serif"で十分なときは、"normal normal normal 14pt/normal Arial, sans-serif"を返すべきではありません。 「normal」という値は初期値であり、正式表記のプロパティを使用した場合に暗黙に指定されるからです。

特定の文字列を構成する正式表記のプロパティの値がすべて初期値である場合は、すべての初期値が含まれる文字列を返すべきです。たとえば、border-widthの値としては""ではなく、"medium"を返すべきです。

欠落している値を反対側の辺から取得する一部の短縮形のプロパティ(marginpaddingborder-[width|style|color]など)については、辺の数を最小限にするべきです。つまり、"0px 10px 0px 10px"ではなく、"0px 10px"を返します。

"menu"という値を持つfontプロパティの場合のように、短縮形のプロパティの値を、その構成要素である正式表記のプロパティに分解できない場合には、構成要素である正式表記のプロパティの値が照会されたときに、空の文字列を返すべきです。

Document Object Model (DOM) Level 2 Style Specification」も参照してください。

導入されたバージョン:
1.4、DOMレベル2
  • メソッドのサマリー

    修飾子と型 メソッド 説明
    String getAzimuth()
    CSS2のazimuthプロパティの定義を参照してください。
    String getBackground()
    CSS2のbackgroundプロパティの定義を参照してください。
    String getBackgroundAttachment()
    CSS2のbackground-attachmentプロパティの定義を参照してください。
    String getBackgroundColor()
    CSS2のbackground-colorプロパティの定義を参照してください。
    String getBackgroundImage()
    CSS2のbackground-imageプロパティの定義を参照してください。
    String getBackgroundPosition()
    CSS2のbackground-positionプロパティの定義を参照してください。
    String getBackgroundRepeat()
    CSS2のbackground-repeatプロパティの定義を参照してください。
    String getBorder()
    CSS2のborderプロパティの定義を参照してください。
    String getBorderBottom()
    CSS2のborder-bottomプロパティの定義を参照してください。
    String getBorderBottomColor()
    CSS2のborder-bottom-colorプロパティの定義を参照してください。
    String getBorderBottomStyle()
    CSS2のborder-bottom-styleプロパティの定義を参照してください。
    String getBorderBottomWidth()
    CSS2のborder-bottom-widthプロパティの定義を参照してください。
    String getBorderCollapse()
    CSS2のborder-collapseプロパティの定義を参照してください。
    String getBorderColor()
    CSS2のborder-colorプロパティの定義を参照してください。
    String getBorderLeft()
    CSS2のborder-leftプロパティの定義を参照してください。
    String getBorderLeftColor()
    CSS2のborder-left-colorプロパティの定義を参照してください。
    String getBorderLeftStyle()
    CSS2のborder-left-styleプロパティの定義を参照してください。
    String getBorderLeftWidth()
    CSS2のborder-left-widthプロパティの定義を参照してください。
    String getBorderRight()
    CSS2のborder-rightプロパティの定義を参照してください。
    String getBorderRightColor()
    CSS2のborder-right-colorプロパティの定義を参照してください。
    String getBorderRightStyle()
    CSS2のborder-right-styleプロパティの定義を参照してください。
    String getBorderRightWidth()
    CSS2のborder-right-widthプロパティの定義を参照してください。
    String getBorderSpacing()
    CSS2のborder-spacingプロパティの定義を参照してください。
    String getBorderStyle()
    CSS2のborder-styleプロパティの定義を参照してください。
    String getBorderTop()
    CSS2のborder-topプロパティの定義を参照してください。
    String getBorderTopColor()
    CSS2のborder-top-colorプロパティの定義を参照してください。
    String getBorderTopStyle()
    CSS2のborder-top-styleプロパティの定義を参照してください。
    String getBorderTopWidth()
    CSS2のborder-top-widthプロパティの定義を参照してください。
    String getBorderWidth()
    CSS2のborder-widthプロパティの定義を参照してください。
    String getBottom()
    CSS2のbottomプロパティの定義を参照してください。
    String getCaptionSide()
    CSS2のcaption-sideプロパティの定義を参照してください。
    String getClear()
    CSS2のclearプロパティの定義を参照してください。
    String getClip()
    CSS2のclipプロパティの定義を参照してください。
    String getColor()
    CSS2のcolorプロパティの定義を参照してください。
    String getContent()
    CSS2のcontentプロパティの定義を参照してください。
    String getCounterIncrement()
    CSS2のcounter-incrementプロパティの定義を参照してください。
    String getCounterReset()
    CSS2のcounter-resetプロパティの定義を参照してください。
    String getCssFloat()
    CSS2のfloatプロパティの定義を参照してください。
    String getCue()
    CSS2のcueプロパティの定義を参照してください。
    String getCueAfter()
    CSS2のcue-afterプロパティの定義を参照してください。
    String getCueBefore()
    CSS2のcue-beforeプロパティの定義を参照してください。
    String getCursor()
    CSS2のcursorプロパティの定義を参照してください。
    String getDirection()
    CSS2のdirectionプロパティの定義を参照してください。
    String getDisplay()
    CSS2のdisplayプロパティの定義を参照してください。
    String getElevation()
    CSS2のelevationプロパティの定義を参照してください。
    String getEmptyCells()
    CSS2のempty-cellsプロパティの定義を参照してください。
    String getFont()
    CSS2のfontプロパティの定義を参照してください。
    String getFontFamily()
    CSS2のfont-familyプロパティの定義を参照してください。
    String getFontSize()
    CSS2のfont-sizeプロパティの定義を参照してください。
    String getFontSizeAdjust()
    CSS2のfont-size-adjustプロパティの定義を参照してください。
    String getFontStretch()
    CSS2のfont-stretchプロパティの定義を参照してください。
    String getFontStyle()
    CSS2のfont-styleプロパティの定義を参照してください。
    String getFontVariant()
    CSS2のfont-variantプロパティの定義を参照してください。
    String getFontWeight()
    CSS2のfont-weightプロパティの定義を参照してください。
    String getHeight()
    CSS2のheightプロパティの定義を参照してください。
    String getLeft()
    CSS2のleftプロパティの定義を参照してください。
    String getLetterSpacing()
    CSS2のletter-spacingプロパティの定義を参照してください。
    String getLineHeight()
    CSS2のline-heightプロパティの定義を参照してください。
    String getListStyle()
    CSS2のlist-styleプロパティの定義を参照してください。
    String getListStyleImage()
    CSS2のlist-style-imageプロパティの定義を参照してください。
    String getListStylePosition()
    CSS2のlist-style-positionプロパティの定義を参照してください。
    String getListStyleType()
    CSS2のlist-style-typeプロパティの定義を参照してください。
    String getMargin()
    CSS2のmarginプロパティの定義を参照してください。
    String getMarginBottom()
    CSS2のmargin-bottomプロパティの定義を参照してください。
    String getMarginLeft()
    CSS2のmargin-leftプロパティの定義を参照してください。
    String getMarginRight()
    CSS2のmargin-rightプロパティの定義を参照してください。
    String getMarginTop()
    CSS2のmargin-topプロパティの定義を参照してください。
    String getMarkerOffset()
    CSS2のmarker-offsetプロパティの定義を参照してください。
    String getMarks()
    CSS2のmarksプロパティの定義を参照してください。
    String getMaxHeight()
    CSS2のmax-heightプロパティの定義を参照してください。
    String getMaxWidth()
    CSS2のmax-widthプロパティの定義を参照してください。
    String getMinHeight()
    CSS2のmin-heightプロパティの定義を参照してください。
    String getMinWidth()
    CSS2のmin-widthプロパティの定義を参照してください。
    String getOrphans()
    CSS2のorphansプロパティの定義を参照してください。
    String getOutline()
    CSS2のoutlineプロパティの定義を参照してください。
    String getOutlineColor()
    CSS2のoutline-colorプロパティの定義を参照してください。
    String getOutlineStyle()
    CSS2のoutline-styleプロパティの定義を参照してください。
    String getOutlineWidth()
    CSS2のoutline-widthプロパティの定義を参照してください。
    String getOverflow()
    CSS2のoverflowプロパティの定義を参照してください。
    String getPadding()
    CSS2のpaddingプロパティの定義を参照してください。
    String getPaddingBottom()
    CSS2のpadding-bottomプロパティの定義を参照してください。
    String getPaddingLeft()
    CSS2のpadding-leftプロパティの定義を参照してください。
    String getPaddingRight()
    CSS2のpadding-rightプロパティの定義を参照してください。
    String getPaddingTop()
    CSS2のpadding-topプロパティの定義を参照してください。
    String getPage()
    CSS2のpageプロパティの定義を参照してください。
    String getPageBreakAfter()
    CSS2のpage-break-afterプロパティの定義を参照してください。
    String getPageBreakBefore()
    CSS2のpage-break-beforeプロパティの定義を参照してください。
    String getPageBreakInside()
    CSS2のpage-break-insideプロパティの定義を参照してください。
    String getPause()
    CSS2のpauseプロパティの定義を参照してください。
    String getPauseAfter()
    CSS2のpause-afterプロパティの定義を参照してください。
    String getPauseBefore()
    CSS2のpause-beforeプロパティの定義を参照してください。
    String getPitch()
    CSS2のpitchプロパティの定義を参照してください。
    String getPitchRange()
    CSS2のpitch-rangeプロパティの定義を参照してください。
    String getPlayDuring()
    CSS2のplay-duringプロパティの定義を参照してください。
    String getPosition()
    CSS2のpositionプロパティの定義を参照してください。
    String getQuotes()
    CSS2のquotesプロパティの定義を参照してください。
    String getRichness()
    CSS2のrichnessプロパティの定義を参照してください。
    String getRight()
    CSS2のrightプロパティの定義を参照してください。
    String getSize()
    CSS2のsizeプロパティの定義を参照してください。
    String getSpeak()
    CSS2のspeakプロパティの定義を参照してください。
    String getSpeakHeader()
    CSS2のspeak-headerプロパティの定義を参照してください。
    String getSpeakNumeral()
    CSS2のspeak-numeralプロパティの定義を参照してください。
    String getSpeakPunctuation()
    CSS2のspeak-punctuationプロパティの定義を参照してください。
    String getSpeechRate()
    CSS2のspeech-rateプロパティの定義を参照してください。
    String getStress()
    CSS2のstressプロパティの定義を参照してください。
    String getTableLayout()
    CSS2のtable-layoutプロパティの定義を参照してください。
    String getTextAlign()
    CSS2のtext-alignプロパティの定義を参照してください。
    String getTextDecoration()
    CSS2のtext-decorationプロパティの定義を参照してください。
    String getTextIndent()
    CSS2のtext-indentプロパティの定義を参照してください。
    String getTextShadow()
    CSS2のtext-shadowプロパティの定義を参照してください。
    String getTextTransform()
    CSS2のtext-transformプロパティの定義を参照してください。
    String getTop()
    CSS2のtopプロパティの定義を参照してください。
    String getUnicodeBidi()
    CSS2のunicode-bidiプロパティの定義を参照してください。
    String getVerticalAlign()
    CSS2のvertical-alignプロパティの定義を参照してください。
    String getVisibility()
    CSS2のvisibilityプロパティの定義を参照してください。
    String getVoiceFamily()
    CSS2のvoice-familyプロパティの定義を参照してください。
    String getVolume()
    CSS2のvolumeプロパティの定義を参照してください。
    String getWhiteSpace()
    CSS2のwhite-spaceプロパティの定義を参照してください。
    String getWidows()
    CSS2のwindowsプロパティの定義を参照してください。
    String getWidth()
    CSS2のwidthプロパティの定義を参照してください。
    String getWordSpacing()
    CSS2のword-spacingプロパティの定義を参照してください。
    String getZIndex()
    CSS2のz-indexプロパティの定義を参照してください。
    void setAzimuth​(String azimuth)
    CSS2のazimuthプロパティの定義を参照してください。
    void setBackground​(String background)
    CSS2のbackgroundプロパティの定義を参照してください。
    void setBackgroundAttachment​(String backgroundAttachment)
    CSS2のbackground-attachmentプロパティの定義を参照してください。
    void setBackgroundColor​(String backgroundColor)
    CSS2のbackground-colorプロパティの定義を参照してください。
    void setBackgroundImage​(String backgroundImage)
    CSS2のbackground-imageプロパティの定義を参照してください。
    void setBackgroundPosition​(String backgroundPosition)
    CSS2のbackground-positionプロパティの定義を参照してください。
    void setBackgroundRepeat​(String backgroundRepeat)
    CSS2のbackground-repeatプロパティの定義を参照してください。
    void setBorder​(String border)
    CSS2のborderプロパティの定義を参照してください。
    void setBorderBottom​(String borderBottom)
    CSS2のborder-bottomプロパティの定義を参照してください。
    void setBorderBottomColor​(String borderBottomColor)
    CSS2のborder-bottom-colorプロパティの定義を参照してください。
    void setBorderBottomStyle​(String borderBottomStyle)
    CSS2のborder-bottom-styleプロパティの定義を参照してください。
    void setBorderBottomWidth​(String borderBottomWidth)
    CSS2のborder-bottom-widthプロパティの定義を参照してください。
    void setBorderCollapse​(String borderCollapse)
    CSS2のborder-collapseプロパティの定義を参照してください。
    void setBorderColor​(String borderColor)
    CSS2のborder-colorプロパティの定義を参照してください。
    void setBorderLeft​(String borderLeft)
    CSS2のborder-leftプロパティの定義を参照してください。
    void setBorderLeftColor​(String borderLeftColor)
    CSS2のborder-left-colorプロパティの定義を参照してください。
    void setBorderLeftStyle​(String borderLeftStyle)
    CSS2のborder-left-styleプロパティの定義を参照してください。
    void setBorderLeftWidth​(String borderLeftWidth)
    CSS2のborder-left-widthプロパティの定義を参照してください。
    void setBorderRight​(String borderRight)
    CSS2のborder-rightプロパティの定義を参照してください。
    void setBorderRightColor​(String borderRightColor)
    CSS2のborder-right-colorプロパティの定義を参照してください。
    void setBorderRightStyle​(String borderRightStyle)
    CSS2のborder-right-styleプロパティの定義を参照してください。
    void setBorderRightWidth​(String borderRightWidth)
    CSS2のborder-right-widthプロパティの定義を参照してください。
    void setBorderSpacing​(String borderSpacing)
    CSS2のborder-spacingプロパティの定義を参照してください。
    void setBorderStyle​(String borderStyle)
    CSS2のborder-styleプロパティの定義を参照してください。
    void setBorderTop​(String borderTop)
    CSS2のborder-topプロパティの定義を参照してください。
    void setBorderTopColor​(String borderTopColor)
    CSS2のborder-top-colorプロパティの定義を参照してください。
    void setBorderTopStyle​(String borderTopStyle)
    CSS2のborder-top-styleプロパティの定義を参照してください。
    void setBorderTopWidth​(String borderTopWidth)
    CSS2のborder-top-widthプロパティの定義を参照してください。
    void setBorderWidth​(String borderWidth)
    CSS2のborder-widthプロパティの定義を参照してください。
    void setBottom​(String bottom)
    CSS2のbottomプロパティの定義を参照してください。
    void setCaptionSide​(String captionSide)
    CSS2のcaption-sideプロパティの定義を参照してください。
    void setClear​(String clear)
    CSS2のclearプロパティの定義を参照してください。
    void setClip​(String clip)
    CSS2のclipプロパティの定義を参照してください。
    void setColor​(String color)
    CSS2のcolorプロパティの定義を参照してください。
    void setContent​(String content)
    CSS2のcontentプロパティの定義を参照してください。
    void setCounterIncrement​(String counterIncrement)
    CSS2のcounter-incrementプロパティの定義を参照してください。
    void setCounterReset​(String counterReset)
    CSS2のcounter-resetプロパティの定義を参照してください。
    void setCssFloat​(String cssFloat)
    CSS2のfloatプロパティの定義を参照してください。
    void setCue​(String cue)
    CSS2のcueプロパティの定義を参照してください。
    void setCueAfter​(String cueAfter)
    CSS2のcue-afterプロパティの定義を参照してください。
    void setCueBefore​(String cueBefore)
    CSS2のcue-beforeプロパティの定義を参照してください。
    void setCursor​(String cursor)
    CSS2のcursorプロパティの定義を参照してください。
    void setDirection​(String direction)
    CSS2のdirectionプロパティの定義を参照してください。
    void setDisplay​(String display)
    CSS2のdisplayプロパティの定義を参照してください。
    void setElevation​(String elevation)
    CSS2のelevationプロパティの定義を参照してください。
    void setEmptyCells​(String emptyCells)
    CSS2のempty-cellsプロパティの定義を参照してください。
    void setFont​(String font)
    CSS2のfontプロパティの定義を参照してください。
    void setFontFamily​(String fontFamily)
    CSS2のfont-familyプロパティの定義を参照してください。
    void setFontSize​(String fontSize)
    CSS2のfont-sizeプロパティの定義を参照してください。
    void setFontSizeAdjust​(String fontSizeAdjust)
    CSS2のfont-size-adjustプロパティの定義を参照してください。
    void setFontStretch​(String fontStretch)
    CSS2のfont-stretchプロパティの定義を参照してください。
    void setFontStyle​(String fontStyle)
    CSS2のfont-styleプロパティの定義を参照してください。
    void setFontVariant​(String fontVariant)
    CSS2のfont-variantプロパティの定義を参照してください。
    void setFontWeight​(String fontWeight)
    CSS2のfont-weightプロパティの定義を参照してください。
    void setHeight​(String height)
    CSS2のheightプロパティの定義を参照してください。
    void setLeft​(String left)
    CSS2のleftプロパティの定義を参照してください。
    void setLetterSpacing​(String letterSpacing)
    CSS2のletter-spacingプロパティの定義を参照してください。
    void setLineHeight​(String lineHeight)
    CSS2のline-heightプロパティの定義を参照してください。
    void setListStyle​(String listStyle)
    CSS2のlist-styleプロパティの定義を参照してください。
    void setListStyleImage​(String listStyleImage)
    CSS2のlist-style-imageプロパティの定義を参照してください。
    void setListStylePosition​(String listStylePosition)
    CSS2のlist-style-positionプロパティの定義を参照してください。
    void setListStyleType​(String listStyleType)
    CSS2のlist-style-typeプロパティの定義を参照してください。
    void setMargin​(String margin)
    CSS2のmarginプロパティの定義を参照してください。
    void setMarginBottom​(String marginBottom)
    CSS2のmargin-bottomプロパティの定義を参照してください。
    void setMarginLeft​(String marginLeft)
    CSS2のmargin-leftプロパティの定義を参照してください。
    void setMarginRight​(String marginRight)
    CSS2のmargin-rightプロパティの定義を参照してください。
    void setMarginTop​(String marginTop)
    CSS2のmargin-topプロパティの定義を参照してください。
    void setMarkerOffset​(String markerOffset)
    CSS2のmarker-offsetプロパティの定義を参照してください。
    void setMarks​(String marks)
    CSS2のmarksプロパティの定義を参照してください。
    void setMaxHeight​(String maxHeight)
    CSS2のmax-heightプロパティの定義を参照してください。
    void setMaxWidth​(String maxWidth)
    CSS2のmax-widthプロパティの定義を参照してください。
    void setMinHeight​(String minHeight)
    CSS2のmin-heightプロパティの定義を参照してください。
    void setMinWidth​(String minWidth)
    CSS2のmin-widthプロパティの定義を参照してください。
    void setOrphans​(String orphans)
    CSS2のorphansプロパティの定義を参照してください。
    void setOutline​(String outline)
    CSS2のoutlineプロパティの定義を参照してください。
    void setOutlineColor​(String outlineColor)
    CSS2のoutline-colorプロパティの定義を参照してください。
    void setOutlineStyle​(String outlineStyle)
    CSS2のoutline-styleプロパティの定義を参照してください。
    void setOutlineWidth​(String outlineWidth)
    CSS2のoutline-widthプロパティの定義を参照してください。
    void setOverflow​(String overflow)
    CSS2のoverflowプロパティの定義を参照してください。
    void setPadding​(String padding)
    CSS2のpaddingプロパティの定義を参照してください。
    void setPaddingBottom​(String paddingBottom)
    CSS2のpadding-bottomプロパティの定義を参照してください。
    void setPaddingLeft​(String paddingLeft)
    CSS2のpadding-leftプロパティの定義を参照してください。
    void setPaddingRight​(String paddingRight)
    CSS2のpadding-rightプロパティの定義を参照してください。
    void setPaddingTop​(String paddingTop)
    CSS2のpadding-topプロパティの定義を参照してください。
    void setPage​(String page)
    CSS2のpageプロパティの定義を参照してください。
    void setPageBreakAfter​(String pageBreakAfter)
    CSS2のpage-break-afterプロパティの定義を参照してください。
    void setPageBreakBefore​(String pageBreakBefore)
    CSS2のpage-break-beforeプロパティの定義を参照してください。
    void setPageBreakInside​(String pageBreakInside)
    CSS2のpage-break-insideプロパティの定義を参照してください。
    void setPause​(String pause)
    CSS2のpauseプロパティの定義を参照してください。
    void setPauseAfter​(String pauseAfter)
    CSS2のpause-afterプロパティの定義を参照してください。
    void setPauseBefore​(String pauseBefore)
    CSS2のpause-beforeプロパティの定義を参照してください。
    void setPitch​(String pitch)
    CSS2のpitchプロパティの定義を参照してください。
    void setPitchRange​(String pitchRange)
    CSS2のpitch-rangeプロパティの定義を参照してください。
    void setPlayDuring​(String playDuring)
    CSS2のplay-duringプロパティの定義を参照してください。
    void setPosition​(String position)
    CSS2のpositionプロパティの定義を参照してください。
    void setQuotes​(String quotes)
    CSS2のquotesプロパティの定義を参照してください。
    void setRichness​(String richness)
    CSS2のrichnessプロパティの定義を参照してください。
    void setRight​(String right)
    CSS2のrightプロパティの定義を参照してください。
    void setSize​(String size)
    CSS2のsizeプロパティの定義を参照してください。
    void setSpeak​(String speak)
    CSS2のspeakプロパティの定義を参照してください。
    void setSpeakHeader​(String speakHeader)
    CSS2のspeak-headerプロパティの定義を参照してください。
    void setSpeakNumeral​(String speakNumeral)
    CSS2のspeak-numeralプロパティの定義を参照してください。
    void setSpeakPunctuation​(String speakPunctuation)
    CSS2のspeak-punctuationプロパティの定義を参照してください。
    void setSpeechRate​(String speechRate)
    CSS2のspeech-rateプロパティの定義を参照してください。
    void setStress​(String stress)
    CSS2のstressプロパティの定義を参照してください。
    void setTableLayout​(String tableLayout)
    CSS2のtable-layoutプロパティの定義を参照してください。
    void setTextAlign​(String textAlign)
    CSS2のtext-alignプロパティの定義を参照してください。
    void setTextDecoration​(String textDecoration)
    CSS2のtext-decorationプロパティの定義を参照してください。
    void setTextIndent​(String textIndent)
    CSS2のtext-indentプロパティの定義を参照してください。
    void setTextShadow​(String textShadow)
    CSS2のtext-shadowプロパティの定義を参照してください。
    void setTextTransform​(String textTransform)
    CSS2のtext-transformプロパティの定義を参照してください。
    void setTop​(String top)
    CSS2のtopプロパティの定義を参照してください。
    void setUnicodeBidi​(String unicodeBidi)
    CSS2のunicode-bidiプロパティの定義を参照してください。
    void setVerticalAlign​(String verticalAlign)
    CSS2のvertical-alignプロパティの定義を参照してください。
    void setVisibility​(String visibility)
    CSS2のvisibilityプロパティの定義を参照してください。
    void setVoiceFamily​(String voiceFamily)
    CSS2のvoice-familyプロパティの定義を参照してください。
    void setVolume​(String volume)
    CSS2のvolumeプロパティの定義を参照してください。
    void setWhiteSpace​(String whiteSpace)
    CSS2のwhite-spaceプロパティの定義を参照してください。
    void setWidows​(String widows)
    CSS2のwindowsプロパティの定義を参照してください。
    void setWidth​(String width)
    CSS2のwidthプロパティの定義を参照してください。
    void setWordSpacing​(String wordSpacing)
    CSS2のword-spacingプロパティの定義を参照してください。
    void setZIndex​(String zIndex)
    CSS2のz-indexプロパティの定義を参照してください。
  • メソッドの詳細

    • getAzimuth

      String getAzimuth()
      CSS2のazimuthプロパティの定義を参照してください。
    • setAzimuth

      void setAzimuth​(String azimuth) throws DOMException
      CSS2のazimuthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBackground

      String getBackground()
      CSS2のbackgroundプロパティの定義を参照してください。
    • setBackground

      void setBackground​(String background) throws DOMException
      CSS2のbackgroundプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBackgroundAttachment

      String getBackgroundAttachment()
      CSS2のbackground-attachmentプロパティの定義を参照してください。
    • setBackgroundAttachment

      void setBackgroundAttachment​(String backgroundAttachment) throws DOMException
      CSS2のbackground-attachmentプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBackgroundColor

      String getBackgroundColor()
      CSS2のbackground-colorプロパティの定義を参照してください。
    • setBackgroundColor

      void setBackgroundColor​(String backgroundColor) throws DOMException
      CSS2のbackground-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBackgroundImage

      String getBackgroundImage()
      CSS2のbackground-imageプロパティの定義を参照してください。
    • setBackgroundImage

      void setBackgroundImage​(String backgroundImage) throws DOMException
      CSS2のbackground-imageプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBackgroundPosition

      String getBackgroundPosition()
      CSS2のbackground-positionプロパティの定義を参照してください。
    • setBackgroundPosition

      void setBackgroundPosition​(String backgroundPosition) throws DOMException
      CSS2のbackground-positionプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBackgroundRepeat

      String getBackgroundRepeat()
      CSS2のbackground-repeatプロパティの定義を参照してください。
    • setBackgroundRepeat

      void setBackgroundRepeat​(String backgroundRepeat) throws DOMException
      CSS2のbackground-repeatプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorder

      String getBorder()
      CSS2のborderプロパティの定義を参照してください。
    • setBorder

      void setBorder​(String border) throws DOMException
      CSS2のborderプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderCollapse

      String getBorderCollapse()
      CSS2のborder-collapseプロパティの定義を参照してください。
    • setBorderCollapse

      void setBorderCollapse​(String borderCollapse) throws DOMException
      CSS2のborder-collapseプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderColor

      String getBorderColor()
      CSS2のborder-colorプロパティの定義を参照してください。
    • setBorderColor

      void setBorderColor​(String borderColor) throws DOMException
      CSS2のborder-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderSpacing

      String getBorderSpacing()
      CSS2のborder-spacingプロパティの定義を参照してください。
    • setBorderSpacing

      void setBorderSpacing​(String borderSpacing) throws DOMException
      CSS2のborder-spacingプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderStyle

      String getBorderStyle()
      CSS2のborder-styleプロパティの定義を参照してください。
    • setBorderStyle

      void setBorderStyle​(String borderStyle) throws DOMException
      CSS2のborder-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderTop

      String getBorderTop()
      CSS2のborder-topプロパティの定義を参照してください。
    • setBorderTop

      void setBorderTop​(String borderTop) throws DOMException
      CSS2のborder-topプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderRight

      String getBorderRight()
      CSS2のborder-rightプロパティの定義を参照してください。
    • setBorderRight

      void setBorderRight​(String borderRight) throws DOMException
      CSS2のborder-rightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderBottom

      String getBorderBottom()
      CSS2のborder-bottomプロパティの定義を参照してください。
    • setBorderBottom

      void setBorderBottom​(String borderBottom) throws DOMException
      CSS2のborder-bottomプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderLeft

      String getBorderLeft()
      CSS2のborder-leftプロパティの定義を参照してください。
    • setBorderLeft

      void setBorderLeft​(String borderLeft) throws DOMException
      CSS2のborder-leftプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderTopColor

      String getBorderTopColor()
      CSS2のborder-top-colorプロパティの定義を参照してください。
    • setBorderTopColor

      void setBorderTopColor​(String borderTopColor) throws DOMException
      CSS2のborder-top-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderRightColor

      String getBorderRightColor()
      CSS2のborder-right-colorプロパティの定義を参照してください。
    • setBorderRightColor

      void setBorderRightColor​(String borderRightColor) throws DOMException
      CSS2のborder-right-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderBottomColor

      String getBorderBottomColor()
      CSS2のborder-bottom-colorプロパティの定義を参照してください。
    • setBorderBottomColor

      void setBorderBottomColor​(String borderBottomColor) throws DOMException
      CSS2のborder-bottom-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderLeftColor

      String getBorderLeftColor()
      CSS2のborder-left-colorプロパティの定義を参照してください。
    • setBorderLeftColor

      void setBorderLeftColor​(String borderLeftColor) throws DOMException
      CSS2のborder-left-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderTopStyle

      String getBorderTopStyle()
      CSS2のborder-top-styleプロパティの定義を参照してください。
    • setBorderTopStyle

      void setBorderTopStyle​(String borderTopStyle) throws DOMException
      CSS2のborder-top-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderRightStyle

      String getBorderRightStyle()
      CSS2のborder-right-styleプロパティの定義を参照してください。
    • setBorderRightStyle

      void setBorderRightStyle​(String borderRightStyle) throws DOMException
      CSS2のborder-right-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderBottomStyle

      String getBorderBottomStyle()
      CSS2のborder-bottom-styleプロパティの定義を参照してください。
    • setBorderBottomStyle

      void setBorderBottomStyle​(String borderBottomStyle) throws DOMException
      CSS2のborder-bottom-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderLeftStyle

      String getBorderLeftStyle()
      CSS2のborder-left-styleプロパティの定義を参照してください。
    • setBorderLeftStyle

      void setBorderLeftStyle​(String borderLeftStyle) throws DOMException
      CSS2のborder-left-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderTopWidth

      String getBorderTopWidth()
      CSS2のborder-top-widthプロパティの定義を参照してください。
    • setBorderTopWidth

      void setBorderTopWidth​(String borderTopWidth) throws DOMException
      CSS2のborder-top-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderRightWidth

      String getBorderRightWidth()
      CSS2のborder-right-widthプロパティの定義を参照してください。
    • setBorderRightWidth

      void setBorderRightWidth​(String borderRightWidth) throws DOMException
      CSS2のborder-right-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderBottomWidth

      String getBorderBottomWidth()
      CSS2のborder-bottom-widthプロパティの定義を参照してください。
    • setBorderBottomWidth

      void setBorderBottomWidth​(String borderBottomWidth) throws DOMException
      CSS2のborder-bottom-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderLeftWidth

      String getBorderLeftWidth()
      CSS2のborder-left-widthプロパティの定義を参照してください。
    • setBorderLeftWidth

      void setBorderLeftWidth​(String borderLeftWidth) throws DOMException
      CSS2のborder-left-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBorderWidth

      String getBorderWidth()
      CSS2のborder-widthプロパティの定義を参照してください。
    • setBorderWidth

      void setBorderWidth​(String borderWidth) throws DOMException
      CSS2のborder-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getBottom

      String getBottom()
      CSS2のbottomプロパティの定義を参照してください。
    • setBottom

      void setBottom​(String bottom) throws DOMException
      CSS2のbottomプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCaptionSide

      String getCaptionSide()
      CSS2のcaption-sideプロパティの定義を参照してください。
    • setCaptionSide

      void setCaptionSide​(String captionSide) throws DOMException
      CSS2のcaption-sideプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getClear

      String getClear()
      CSS2のclearプロパティの定義を参照してください。
    • setClear

      void setClear​(String clear) throws DOMException
      CSS2のclearプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getClip

      String getClip()
      CSS2のclipプロパティの定義を参照してください。
    • setClip

      void setClip​(String clip) throws DOMException
      CSS2のclipプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getColor

      String getColor()
      CSS2のcolorプロパティの定義を参照してください。
    • setColor

      void setColor​(String color) throws DOMException
      CSS2のcolorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getContent

      String getContent()
      CSS2のcontentプロパティの定義を参照してください。
    • setContent

      void setContent​(String content) throws DOMException
      CSS2のcontentプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCounterIncrement

      String getCounterIncrement()
      CSS2のcounter-incrementプロパティの定義を参照してください。
    • setCounterIncrement

      void setCounterIncrement​(String counterIncrement) throws DOMException
      CSS2のcounter-incrementプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCounterReset

      String getCounterReset()
      CSS2のcounter-resetプロパティの定義を参照してください。
    • setCounterReset

      void setCounterReset​(String counterReset) throws DOMException
      CSS2のcounter-resetプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCue

      String getCue()
      CSS2のcueプロパティの定義を参照してください。
    • setCue

      void setCue​(String cue) throws DOMException
      CSS2のcueプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCueAfter

      String getCueAfter()
      CSS2のcue-afterプロパティの定義を参照してください。
    • setCueAfter

      void setCueAfter​(String cueAfter) throws DOMException
      CSS2のcue-afterプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCueBefore

      String getCueBefore()
      CSS2のcue-beforeプロパティの定義を参照してください。
    • setCueBefore

      void setCueBefore​(String cueBefore) throws DOMException
      CSS2のcue-beforeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCursor

      String getCursor()
      CSS2のcursorプロパティの定義を参照してください。
    • setCursor

      void setCursor​(String cursor) throws DOMException
      CSS2のcursorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getDirection

      String getDirection()
      CSS2のdirectionプロパティの定義を参照してください。
    • setDirection

      void setDirection​(String direction) throws DOMException
      CSS2のdirectionプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getDisplay

      String getDisplay()
      CSS2のdisplayプロパティの定義を参照してください。
    • setDisplay

      void setDisplay​(String display) throws DOMException
      CSS2のdisplayプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getElevation

      String getElevation()
      CSS2のelevationプロパティの定義を参照してください。
    • setElevation

      void setElevation​(String elevation) throws DOMException
      CSS2のelevationプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getEmptyCells

      String getEmptyCells()
      CSS2のempty-cellsプロパティの定義を参照してください。
    • setEmptyCells

      void setEmptyCells​(String emptyCells) throws DOMException
      CSS2のempty-cellsプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getCssFloat

      String getCssFloat()
      CSS2のfloatプロパティの定義を参照してください。
    • setCssFloat

      void setCssFloat​(String cssFloat) throws DOMException
      CSS2のfloatプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFont

      String getFont()
      CSS2のfontプロパティの定義を参照してください。
    • setFont

      void setFont​(String font) throws DOMException
      CSS2のfontプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontFamily

      String getFontFamily()
      CSS2のfont-familyプロパティの定義を参照してください。
    • setFontFamily

      void setFontFamily​(String fontFamily) throws DOMException
      CSS2のfont-familyプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontSize

      String getFontSize()
      CSS2のfont-sizeプロパティの定義を参照してください。
    • setFontSize

      void setFontSize​(String fontSize) throws DOMException
      CSS2のfont-sizeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontSizeAdjust

      String getFontSizeAdjust()
      CSS2のfont-size-adjustプロパティの定義を参照してください。
    • setFontSizeAdjust

      void setFontSizeAdjust​(String fontSizeAdjust) throws DOMException
      CSS2のfont-size-adjustプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontStretch

      String getFontStretch()
      CSS2のfont-stretchプロパティの定義を参照してください。
    • setFontStretch

      void setFontStretch​(String fontStretch) throws DOMException
      CSS2のfont-stretchプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontStyle

      String getFontStyle()
      CSS2のfont-styleプロパティの定義を参照してください。
    • setFontStyle

      void setFontStyle​(String fontStyle) throws DOMException
      CSS2のfont-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontVariant

      String getFontVariant()
      CSS2のfont-variantプロパティの定義を参照してください。
    • setFontVariant

      void setFontVariant​(String fontVariant) throws DOMException
      CSS2のfont-variantプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getFontWeight

      String getFontWeight()
      CSS2のfont-weightプロパティの定義を参照してください。
    • setFontWeight

      void setFontWeight​(String fontWeight) throws DOMException
      CSS2のfont-weightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getHeight

      String getHeight()
      CSS2のheightプロパティの定義を参照してください。
    • setHeight

      void setHeight​(String height) throws DOMException
      CSS2のheightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getLeft

      String getLeft()
      CSS2のleftプロパティの定義を参照してください。
    • setLeft

      void setLeft​(String left) throws DOMException
      CSS2のleftプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getLetterSpacing

      String getLetterSpacing()
      CSS2のletter-spacingプロパティの定義を参照してください。
    • setLetterSpacing

      void setLetterSpacing​(String letterSpacing) throws DOMException
      CSS2のletter-spacingプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getLineHeight

      String getLineHeight()
      CSS2のline-heightプロパティの定義を参照してください。
    • setLineHeight

      void setLineHeight​(String lineHeight) throws DOMException
      CSS2のline-heightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getListStyle

      String getListStyle()
      CSS2のlist-styleプロパティの定義を参照してください。
    • setListStyle

      void setListStyle​(String listStyle) throws DOMException
      CSS2のlist-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getListStyleImage

      String getListStyleImage()
      CSS2のlist-style-imageプロパティの定義を参照してください。
    • setListStyleImage

      void setListStyleImage​(String listStyleImage) throws DOMException
      CSS2のlist-style-imageプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getListStylePosition

      String getListStylePosition()
      CSS2のlist-style-positionプロパティの定義を参照してください。
    • setListStylePosition

      void setListStylePosition​(String listStylePosition) throws DOMException
      CSS2のlist-style-positionプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getListStyleType

      String getListStyleType()
      CSS2のlist-style-typeプロパティの定義を参照してください。
    • setListStyleType

      void setListStyleType​(String listStyleType) throws DOMException
      CSS2のlist-style-typeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMargin

      String getMargin()
      CSS2のmarginプロパティの定義を参照してください。
    • setMargin

      void setMargin​(String margin) throws DOMException
      CSS2のmarginプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMarginTop

      String getMarginTop()
      CSS2のmargin-topプロパティの定義を参照してください。
    • setMarginTop

      void setMarginTop​(String marginTop) throws DOMException
      CSS2のmargin-topプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMarginRight

      String getMarginRight()
      CSS2のmargin-rightプロパティの定義を参照してください。
    • setMarginRight

      void setMarginRight​(String marginRight) throws DOMException
      CSS2のmargin-rightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMarginBottom

      String getMarginBottom()
      CSS2のmargin-bottomプロパティの定義を参照してください。
    • setMarginBottom

      void setMarginBottom​(String marginBottom) throws DOMException
      CSS2のmargin-bottomプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMarginLeft

      String getMarginLeft()
      CSS2のmargin-leftプロパティの定義を参照してください。
    • setMarginLeft

      void setMarginLeft​(String marginLeft) throws DOMException
      CSS2のmargin-leftプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMarkerOffset

      String getMarkerOffset()
      CSS2のmarker-offsetプロパティの定義を参照してください。
    • setMarkerOffset

      void setMarkerOffset​(String markerOffset) throws DOMException
      CSS2のmarker-offsetプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMarks

      String getMarks()
      CSS2のmarksプロパティの定義を参照してください。
    • setMarks

      void setMarks​(String marks) throws DOMException
      CSS2のmarksプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMaxHeight

      String getMaxHeight()
      CSS2のmax-heightプロパティの定義を参照してください。
    • setMaxHeight

      void setMaxHeight​(String maxHeight) throws DOMException
      CSS2のmax-heightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMaxWidth

      String getMaxWidth()
      CSS2のmax-widthプロパティの定義を参照してください。
    • setMaxWidth

      void setMaxWidth​(String maxWidth) throws DOMException
      CSS2のmax-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMinHeight

      String getMinHeight()
      CSS2のmin-heightプロパティの定義を参照してください。
    • setMinHeight

      void setMinHeight​(String minHeight) throws DOMException
      CSS2のmin-heightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getMinWidth

      String getMinWidth()
      CSS2のmin-widthプロパティの定義を参照してください。
    • setMinWidth

      void setMinWidth​(String minWidth) throws DOMException
      CSS2のmin-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getOrphans

      String getOrphans()
      CSS2のorphansプロパティの定義を参照してください。
    • setOrphans

      void setOrphans​(String orphans) throws DOMException
      CSS2のorphansプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getOutline

      String getOutline()
      CSS2のoutlineプロパティの定義を参照してください。
    • setOutline

      void setOutline​(String outline) throws DOMException
      CSS2のoutlineプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getOutlineColor

      String getOutlineColor()
      CSS2のoutline-colorプロパティの定義を参照してください。
    • setOutlineColor

      void setOutlineColor​(String outlineColor) throws DOMException
      CSS2のoutline-colorプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getOutlineStyle

      String getOutlineStyle()
      CSS2のoutline-styleプロパティの定義を参照してください。
    • setOutlineStyle

      void setOutlineStyle​(String outlineStyle) throws DOMException
      CSS2のoutline-styleプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getOutlineWidth

      String getOutlineWidth()
      CSS2のoutline-widthプロパティの定義を参照してください。
    • setOutlineWidth

      void setOutlineWidth​(String outlineWidth) throws DOMException
      CSS2のoutline-widthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getOverflow

      String getOverflow()
      CSS2のoverflowプロパティの定義を参照してください。
    • setOverflow

      void setOverflow​(String overflow) throws DOMException
      CSS2のoverflowプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPadding

      String getPadding()
      CSS2のpaddingプロパティの定義を参照してください。
    • setPadding

      void setPadding​(String padding) throws DOMException
      CSS2のpaddingプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPaddingTop

      String getPaddingTop()
      CSS2のpadding-topプロパティの定義を参照してください。
    • setPaddingTop

      void setPaddingTop​(String paddingTop) throws DOMException
      CSS2のpadding-topプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPaddingRight

      String getPaddingRight()
      CSS2のpadding-rightプロパティの定義を参照してください。
    • setPaddingRight

      void setPaddingRight​(String paddingRight) throws DOMException
      CSS2のpadding-rightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPaddingBottom

      String getPaddingBottom()
      CSS2のpadding-bottomプロパティの定義を参照してください。
    • setPaddingBottom

      void setPaddingBottom​(String paddingBottom) throws DOMException
      CSS2のpadding-bottomプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPaddingLeft

      String getPaddingLeft()
      CSS2のpadding-leftプロパティの定義を参照してください。
    • setPaddingLeft

      void setPaddingLeft​(String paddingLeft) throws DOMException
      CSS2のpadding-leftプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPage

      String getPage()
      CSS2のpageプロパティの定義を参照してください。
    • setPage

      void setPage​(String page) throws DOMException
      CSS2のpageプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPageBreakAfter

      String getPageBreakAfter()
      CSS2のpage-break-afterプロパティの定義を参照してください。
    • setPageBreakAfter

      void setPageBreakAfter​(String pageBreakAfter) throws DOMException
      CSS2のpage-break-afterプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPageBreakBefore

      String getPageBreakBefore()
      CSS2のpage-break-beforeプロパティの定義を参照してください。
    • setPageBreakBefore

      void setPageBreakBefore​(String pageBreakBefore) throws DOMException
      CSS2のpage-break-beforeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPageBreakInside

      String getPageBreakInside()
      CSS2のpage-break-insideプロパティの定義を参照してください。
    • setPageBreakInside

      void setPageBreakInside​(String pageBreakInside) throws DOMException
      CSS2のpage-break-insideプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPause

      String getPause()
      CSS2のpauseプロパティの定義を参照してください。
    • setPause

      void setPause​(String pause) throws DOMException
      CSS2のpauseプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPauseAfter

      String getPauseAfter()
      CSS2のpause-afterプロパティの定義を参照してください。
    • setPauseAfter

      void setPauseAfter​(String pauseAfter) throws DOMException
      CSS2のpause-afterプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPauseBefore

      String getPauseBefore()
      CSS2のpause-beforeプロパティの定義を参照してください。
    • setPauseBefore

      void setPauseBefore​(String pauseBefore) throws DOMException
      CSS2のpause-beforeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPitch

      String getPitch()
      CSS2のpitchプロパティの定義を参照してください。
    • setPitch

      void setPitch​(String pitch) throws DOMException
      CSS2のpitchプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPitchRange

      String getPitchRange()
      CSS2のpitch-rangeプロパティの定義を参照してください。
    • setPitchRange

      void setPitchRange​(String pitchRange) throws DOMException
      CSS2のpitch-rangeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPlayDuring

      String getPlayDuring()
      CSS2のplay-duringプロパティの定義を参照してください。
    • setPlayDuring

      void setPlayDuring​(String playDuring) throws DOMException
      CSS2のplay-duringプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getPosition

      String getPosition()
      CSS2のpositionプロパティの定義を参照してください。
    • setPosition

      void setPosition​(String position) throws DOMException
      CSS2のpositionプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getQuotes

      String getQuotes()
      CSS2のquotesプロパティの定義を参照してください。
    • setQuotes

      void setQuotes​(String quotes) throws DOMException
      CSS2のquotesプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getRichness

      String getRichness()
      CSS2のrichnessプロパティの定義を参照してください。
    • setRichness

      void setRichness​(String richness) throws DOMException
      CSS2のrichnessプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getRight

      String getRight()
      CSS2のrightプロパティの定義を参照してください。
    • setRight

      void setRight​(String right) throws DOMException
      CSS2のrightプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getSize

      String getSize()
      CSS2のsizeプロパティの定義を参照してください。
    • setSize

      void setSize​(String size) throws DOMException
      CSS2のsizeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getSpeak

      String getSpeak()
      CSS2のspeakプロパティの定義を参照してください。
    • setSpeak

      void setSpeak​(String speak) throws DOMException
      CSS2のspeakプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getSpeakHeader

      String getSpeakHeader()
      CSS2のspeak-headerプロパティの定義を参照してください。
    • setSpeakHeader

      void setSpeakHeader​(String speakHeader) throws DOMException
      CSS2のspeak-headerプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getSpeakNumeral

      String getSpeakNumeral()
      CSS2のspeak-numeralプロパティの定義を参照してください。
    • setSpeakNumeral

      void setSpeakNumeral​(String speakNumeral) throws DOMException
      CSS2のspeak-numeralプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getSpeakPunctuation

      String getSpeakPunctuation()
      CSS2のspeak-punctuationプロパティの定義を参照してください。
    • setSpeakPunctuation

      void setSpeakPunctuation​(String speakPunctuation) throws DOMException
      CSS2のspeak-punctuationプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getSpeechRate

      String getSpeechRate()
      CSS2のspeech-rateプロパティの定義を参照してください。
    • setSpeechRate

      void setSpeechRate​(String speechRate) throws DOMException
      CSS2のspeech-rateプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getStress

      String getStress()
      CSS2のstressプロパティの定義を参照してください。
    • setStress

      void setStress​(String stress) throws DOMException
      CSS2のstressプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTableLayout

      String getTableLayout()
      CSS2のtable-layoutプロパティの定義を参照してください。
    • setTableLayout

      void setTableLayout​(String tableLayout) throws DOMException
      CSS2のtable-layoutプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTextAlign

      String getTextAlign()
      CSS2のtext-alignプロパティの定義を参照してください。
    • setTextAlign

      void setTextAlign​(String textAlign) throws DOMException
      CSS2のtext-alignプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTextDecoration

      String getTextDecoration()
      CSS2のtext-decorationプロパティの定義を参照してください。
    • setTextDecoration

      void setTextDecoration​(String textDecoration) throws DOMException
      CSS2のtext-decorationプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTextIndent

      String getTextIndent()
      CSS2のtext-indentプロパティの定義を参照してください。
    • setTextIndent

      void setTextIndent​(String textIndent) throws DOMException
      CSS2のtext-indentプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTextShadow

      String getTextShadow()
      CSS2のtext-shadowプロパティの定義を参照してください。
    • setTextShadow

      void setTextShadow​(String textShadow) throws DOMException
      CSS2のtext-shadowプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTextTransform

      String getTextTransform()
      CSS2のtext-transformプロパティの定義を参照してください。
    • setTextTransform

      void setTextTransform​(String textTransform) throws DOMException
      CSS2のtext-transformプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getTop

      String getTop()
      CSS2のtopプロパティの定義を参照してください。
    • setTop

      void setTop​(String top) throws DOMException
      CSS2のtopプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getUnicodeBidi

      String getUnicodeBidi()
      CSS2のunicode-bidiプロパティの定義を参照してください。
    • setUnicodeBidi

      void setUnicodeBidi​(String unicodeBidi) throws DOMException
      CSS2のunicode-bidiプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getVerticalAlign

      String getVerticalAlign()
      CSS2のvertical-alignプロパティの定義を参照してください。
    • setVerticalAlign

      void setVerticalAlign​(String verticalAlign) throws DOMException
      CSS2のvertical-alignプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getVisibility

      String getVisibility()
      CSS2のvisibilityプロパティの定義を参照してください。
    • setVisibility

      void setVisibility​(String visibility) throws DOMException
      CSS2のvisibilityプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getVoiceFamily

      String getVoiceFamily()
      CSS2のvoice-familyプロパティの定義を参照してください。
    • setVoiceFamily

      void setVoiceFamily​(String voiceFamily) throws DOMException
      CSS2のvoice-familyプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getVolume

      String getVolume()
      CSS2のvolumeプロパティの定義を参照してください。
    • setVolume

      void setVolume​(String volume) throws DOMException
      CSS2のvolumeプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getWhiteSpace

      String getWhiteSpace()
      CSS2のwhite-spaceプロパティの定義を参照してください。
    • setWhiteSpace

      void setWhiteSpace​(String whiteSpace) throws DOMException
      CSS2のwhite-spaceプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getWidows

      String getWidows()
      CSS2のwindowsプロパティの定義を参照してください。
    • setWidows

      void setWidows​(String widows) throws DOMException
      CSS2のwindowsプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getWidth

      String getWidth()
      CSS2のwidthプロパティの定義を参照してください。
    • setWidth

      void setWidth​(String width) throws DOMException
      CSS2のwidthプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getWordSpacing

      String getWordSpacing()
      CSS2のword-spacingプロパティの定義を参照してください。
    • setWordSpacing

      void setWordSpacing​(String wordSpacing) throws DOMException
      CSS2のword-spacingプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。
    • getZIndex

      String getZIndex()
      CSS2のz-indexプロパティの定義を参照してください。
    • setZIndex

      void setZIndex​(String zIndex) throws DOMException
      CSS2のz-indexプロパティの定義を参照してください。
      例外:
      DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する。
      NO_MODIFICATION_ALLOWED_ERR: このプロパティが読取り専用の場合に発生する。