共通 DOM API

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」も参照してください。

導入されたバージョン:
DOM Level 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)
           
 void setBackground(String background)
           
 void setBackgroundAttachment(String backgroundAttachment)
           
 void setBackgroundColor(String backgroundColor)
           
 void setBackgroundImage(String backgroundImage)
           
 void setBackgroundPosition(String backgroundPosition)
           
 void setBackgroundRepeat(String backgroundRepeat)
           
 void setBorder(String border)
           
 void setBorderBottom(String borderBottom)
           
 void setBorderBottomColor(String borderBottomColor)
           
 void setBorderBottomStyle(String borderBottomStyle)
           
 void setBorderBottomWidth(String borderBottomWidth)
           
 void setBorderCollapse(String borderCollapse)
           
 void setBorderColor(String borderColor)
           
 void setBorderLeft(String borderLeft)
           
 void setBorderLeftColor(String borderLeftColor)
           
 void setBorderLeftStyle(String borderLeftStyle)
           
 void setBorderLeftWidth(String borderLeftWidth)
           
 void setBorderRight(String borderRight)
           
 void setBorderRightColor(String borderRightColor)
           
 void setBorderRightStyle(String borderRightStyle)
           
 void setBorderRightWidth(String borderRightWidth)
           
 void setBorderSpacing(String borderSpacing)
           
 void setBorderStyle(String borderStyle)
           
 void setBorderTop(String borderTop)
           
 void setBorderTopColor(String borderTopColor)
           
 void setBorderTopStyle(String borderTopStyle)
           
 void setBorderTopWidth(String borderTopWidth)
           
 void setBorderWidth(String borderWidth)
           
 void setBottom(String bottom)
           
 void setCaptionSide(String captionSide)
           
 void setClear(String clear)
           
 void setClip(String clip)
           
 void setColor(String color)
           
 void setContent(String content)
           
 void setCounterIncrement(String counterIncrement)
           
 void setCounterReset(String counterReset)
           
 void setCssFloat(String cssFloat)
           
 void setCue(String cue)
           
 void setCueAfter(String cueAfter)
           
 void setCueBefore(String cueBefore)
           
 void setCursor(String cursor)
           
 void setDirection(String direction)
           
 void setDisplay(String display)
           
 void setElevation(String elevation)
           
 void setEmptyCells(String emptyCells)
           
 void setFont(String font)
           
 void setFontFamily(String fontFamily)
           
 void setFontSize(String fontSize)
           
 void setFontSizeAdjust(String fontSizeAdjust)
           
 void setFontStretch(String fontStretch)
           
 void setFontStyle(String fontStyle)
           
 void setFontVariant(String fontVariant)
           
 void setFontWeight(String fontWeight)
           
 void setHeight(String height)
           
 void setLeft(String left)
           
 void setLetterSpacing(String letterSpacing)
           
 void setLineHeight(String lineHeight)
           
 void setListStyle(String listStyle)
           
 void setListStyleImage(String listStyleImage)
           
 void setListStylePosition(String listStylePosition)
           
 void setListStyleType(String listStyleType)
           
 void setMargin(String margin)
           
 void setMarginBottom(String marginBottom)
           
 void setMarginLeft(String marginLeft)
           
 void setMarginRight(String marginRight)
           
 void setMarginTop(String marginTop)
           
 void setMarkerOffset(String markerOffset)
           
 void setMarks(String marks)
           
 void setMaxHeight(String maxHeight)
           
 void setMaxWidth(String maxWidth)
           
 void setMinHeight(String minHeight)
           
 void setMinWidth(String minWidth)
           
 void setOrphans(String orphans)
           
 void setOutline(String outline)
           
 void setOutlineColor(String outlineColor)
           
 void setOutlineStyle(String outlineStyle)
           
 void setOutlineWidth(String outlineWidth)
           
 void setOverflow(String overflow)
           
 void setPadding(String padding)
           
 void setPaddingBottom(String paddingBottom)
           
 void setPaddingLeft(String paddingLeft)
           
 void setPaddingRight(String paddingRight)
           
 void setPaddingTop(String paddingTop)
           
 void setPage(String page)
           
 void setPageBreakAfter(String pageBreakAfter)
           
 void setPageBreakBefore(String pageBreakBefore)
           
 void setPageBreakInside(String pageBreakInside)
           
 void setPause(String pause)
           
 void setPauseAfter(String pauseAfter)
           
 void setPauseBefore(String pauseBefore)
           
 void setPitch(String pitch)
           
 void setPitchRange(String pitchRange)
           
 void setPlayDuring(String playDuring)
           
 void setPosition(String position)
           
 void setQuotes(String quotes)
           
 void setRichness(String richness)
           
 void setRight(String right)
           
 void setSize(String size)
           
 void setSpeak(String speak)
           
 void setSpeakHeader(String speakHeader)
           
 void setSpeakNumeral(String speakNumeral)
           
 void setSpeakPunctuation(String speakPunctuation)
           
 void setSpeechRate(String speechRate)
           
 void setStress(String stress)
           
 void setTableLayout(String tableLayout)
           
 void setTextAlign(String textAlign)
           
 void setTextDecoration(String textDecoration)
           
 void setTextIndent(String textIndent)
           
 void setTextShadow(String textShadow)
           
 void setTextTransform(String textTransform)
           
 void setTop(String top)
           
 void setUnicodeBidi(String unicodeBidi)
           
 void setVerticalAlign(String verticalAlign)
           
 void setVisibility(String visibility)
           
 void setVoiceFamily(String voiceFamily)
           
 void setVolume(String volume)
           
 void setWhiteSpace(String whiteSpace)
           
 void setWidows(String widows)
           
 void setWidth(String width)
           
 void setWordSpacing(String wordSpacing)
           
 void setZIndex(String zIndex)
           
 

メソッドの詳細

getAzimuth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setAzimuth

void setAzimuth(String azimuth)
                throws DOMException
例外:
DOMException

getBackground

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBackground

void setBackground(String background)
                   throws DOMException
例外:
DOMException

getBackgroundAttachment

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBackgroundAttachment

void setBackgroundAttachment(String backgroundAttachment)
                             throws DOMException
例外:
DOMException

getBackgroundColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBackgroundColor

void setBackgroundColor(String backgroundColor)
                        throws DOMException
例外:
DOMException

getBackgroundImage

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBackgroundImage

void setBackgroundImage(String backgroundImage)
                        throws DOMException
例外:
DOMException

getBackgroundPosition

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBackgroundPosition

void setBackgroundPosition(String backgroundPosition)
                           throws DOMException
例外:
DOMException

getBackgroundRepeat

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBackgroundRepeat

void setBackgroundRepeat(String backgroundRepeat)
                         throws DOMException
例外:
DOMException

getBorder

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorder

void setBorder(String border)
               throws DOMException
例外:
DOMException

getBorderCollapse

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderCollapse

void setBorderCollapse(String borderCollapse)
                       throws DOMException
例外:
DOMException

getBorderColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderColor

void setBorderColor(String borderColor)
                    throws DOMException
例外:
DOMException

getBorderSpacing

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderSpacing

void setBorderSpacing(String borderSpacing)
                      throws DOMException
例外:
DOMException

getBorderStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderStyle

void setBorderStyle(String borderStyle)
                    throws DOMException
例外:
DOMException

getBorderTop

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderTop

void setBorderTop(String borderTop)
                  throws DOMException
例外:
DOMException

getBorderRight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderRight

void setBorderRight(String borderRight)
                    throws DOMException
例外:
DOMException

getBorderBottom

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderBottom

void setBorderBottom(String borderBottom)
                     throws DOMException
例外:
DOMException

getBorderLeft

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderLeft

void setBorderLeft(String borderLeft)
                   throws DOMException
例外:
DOMException

getBorderTopColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderTopColor

void setBorderTopColor(String borderTopColor)
                       throws DOMException
例外:
DOMException

getBorderRightColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderRightColor

void setBorderRightColor(String borderRightColor)
                         throws DOMException
例外:
DOMException

getBorderBottomColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderBottomColor

void setBorderBottomColor(String borderBottomColor)
                          throws DOMException
例外:
DOMException

getBorderLeftColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderLeftColor

void setBorderLeftColor(String borderLeftColor)
                        throws DOMException
例外:
DOMException

getBorderTopStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderTopStyle

void setBorderTopStyle(String borderTopStyle)
                       throws DOMException
例外:
DOMException

getBorderRightStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderRightStyle

void setBorderRightStyle(String borderRightStyle)
                         throws DOMException
例外:
DOMException

getBorderBottomStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderBottomStyle

void setBorderBottomStyle(String borderBottomStyle)
                          throws DOMException
例外:
DOMException

getBorderLeftStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderLeftStyle

void setBorderLeftStyle(String borderLeftStyle)
                        throws DOMException
例外:
DOMException

getBorderTopWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderTopWidth

void setBorderTopWidth(String borderTopWidth)
                       throws DOMException
例外:
DOMException

getBorderRightWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderRightWidth

void setBorderRightWidth(String borderRightWidth)
                         throws DOMException
例外:
DOMException

getBorderBottomWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderBottomWidth

void setBorderBottomWidth(String borderBottomWidth)
                          throws DOMException
例外:
DOMException

getBorderLeftWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderLeftWidth

void setBorderLeftWidth(String borderLeftWidth)
                        throws DOMException
例外:
DOMException

getBorderWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBorderWidth

void setBorderWidth(String borderWidth)
                    throws DOMException
例外:
DOMException

getBottom

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setBottom

void setBottom(String bottom)
               throws DOMException
例外:
DOMException

getCaptionSide

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCaptionSide

void setCaptionSide(String captionSide)
                    throws DOMException
例外:
DOMException

getClear

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setClear

void setClear(String clear)
              throws DOMException
例外:
DOMException

getClip

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setClip

void setClip(String clip)
             throws DOMException
例外:
DOMException

getColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setColor

void setColor(String color)
              throws DOMException
例外:
DOMException

getContent

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setContent

void setContent(String content)
                throws DOMException
例外:
DOMException

getCounterIncrement

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCounterIncrement

void setCounterIncrement(String counterIncrement)
                         throws DOMException
例外:
DOMException

getCounterReset

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCounterReset

void setCounterReset(String counterReset)
                     throws DOMException
例外:
DOMException

getCue

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCue

void setCue(String cue)
            throws DOMException
例外:
DOMException

getCueAfter

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCueAfter

void setCueAfter(String cueAfter)
                 throws DOMException
例外:
DOMException

getCueBefore

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCueBefore

void setCueBefore(String cueBefore)
                  throws DOMException
例外:
DOMException

getCursor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCursor

void setCursor(String cursor)
               throws DOMException
例外:
DOMException

getDirection

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setDirection

void setDirection(String direction)
                  throws DOMException
例外:
DOMException

getDisplay

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setDisplay

void setDisplay(String display)
                throws DOMException
例外:
DOMException

getElevation

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setElevation

void setElevation(String elevation)
                  throws DOMException
例外:
DOMException

getEmptyCells

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setEmptyCells

void setEmptyCells(String emptyCells)
                   throws DOMException
例外:
DOMException

getCssFloat

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setCssFloat

void setCssFloat(String cssFloat)
                 throws DOMException
例外:
DOMException

getFont

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFont

void setFont(String font)
             throws DOMException
例外:
DOMException

getFontFamily

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontFamily

void setFontFamily(String fontFamily)
                   throws DOMException
例外:
DOMException

getFontSize

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontSize

void setFontSize(String fontSize)
                 throws DOMException
例外:
DOMException

getFontSizeAdjust

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontSizeAdjust

void setFontSizeAdjust(String fontSizeAdjust)
                       throws DOMException
例外:
DOMException

getFontStretch

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontStretch

void setFontStretch(String fontStretch)
                    throws DOMException
例外:
DOMException

getFontStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontStyle

void setFontStyle(String fontStyle)
                  throws DOMException
例外:
DOMException

getFontVariant

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontVariant

void setFontVariant(String fontVariant)
                    throws DOMException
例外:
DOMException

getFontWeight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setFontWeight

void setFontWeight(String fontWeight)
                   throws DOMException
例外:
DOMException

getHeight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setHeight

void setHeight(String height)
               throws DOMException
例外:
DOMException

getLeft

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setLeft

void setLeft(String left)
             throws DOMException
例外:
DOMException

getLetterSpacing

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setLetterSpacing

void setLetterSpacing(String letterSpacing)
                      throws DOMException
例外:
DOMException

getLineHeight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setLineHeight

void setLineHeight(String lineHeight)
                   throws DOMException
例外:
DOMException

getListStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setListStyle

void setListStyle(String listStyle)
                  throws DOMException
例外:
DOMException

getListStyleImage

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setListStyleImage

void setListStyleImage(String listStyleImage)
                       throws DOMException
例外:
DOMException

getListStylePosition

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setListStylePosition

void setListStylePosition(String listStylePosition)
                          throws DOMException
例外:
DOMException

getListStyleType

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setListStyleType

void setListStyleType(String listStyleType)
                      throws DOMException
例外:
DOMException

getMargin

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMargin

void setMargin(String margin)
               throws DOMException
例外:
DOMException

getMarginTop

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMarginTop

void setMarginTop(String marginTop)
                  throws DOMException
例外:
DOMException

getMarginRight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMarginRight

void setMarginRight(String marginRight)
                    throws DOMException
例外:
DOMException

getMarginBottom

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMarginBottom

void setMarginBottom(String marginBottom)
                     throws DOMException
例外:
DOMException

getMarginLeft

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMarginLeft

void setMarginLeft(String marginLeft)
                   throws DOMException
例外:
DOMException

getMarkerOffset

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMarkerOffset

void setMarkerOffset(String markerOffset)
                     throws DOMException
例外:
DOMException

getMarks

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMarks

void setMarks(String marks)
              throws DOMException
例外:
DOMException

getMaxHeight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMaxHeight

void setMaxHeight(String maxHeight)
                  throws DOMException
例外:
DOMException

getMaxWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMaxWidth

void setMaxWidth(String maxWidth)
                 throws DOMException
例外:
DOMException

getMinHeight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMinHeight

void setMinHeight(String minHeight)
                  throws DOMException
例外:
DOMException

getMinWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setMinWidth

void setMinWidth(String minWidth)
                 throws DOMException
例外:
DOMException

getOrphans

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setOrphans

void setOrphans(String orphans)
                throws DOMException
例外:
DOMException

getOutline

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setOutline

void setOutline(String outline)
                throws DOMException
例外:
DOMException

getOutlineColor

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setOutlineColor

void setOutlineColor(String outlineColor)
                     throws DOMException
例外:
DOMException

getOutlineStyle

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setOutlineStyle

void setOutlineStyle(String outlineStyle)
                     throws DOMException
例外:
DOMException

getOutlineWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setOutlineWidth

void setOutlineWidth(String outlineWidth)
                     throws DOMException
例外:
DOMException

getOverflow

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setOverflow

void setOverflow(String overflow)
                 throws DOMException
例外:
DOMException

getPadding

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPadding

void setPadding(String padding)
                throws DOMException
例外:
DOMException

getPaddingTop

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPaddingTop

void setPaddingTop(String paddingTop)
                   throws DOMException
例外:
DOMException

getPaddingRight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPaddingRight

void setPaddingRight(String paddingRight)
                     throws DOMException
例外:
DOMException

getPaddingBottom

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPaddingBottom

void setPaddingBottom(String paddingBottom)
                      throws DOMException
例外:
DOMException

getPaddingLeft

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPaddingLeft

void setPaddingLeft(String paddingLeft)
                    throws DOMException
例外:
DOMException

getPage

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPage

void setPage(String page)
             throws DOMException
例外:
DOMException

getPageBreakAfter

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPageBreakAfter

void setPageBreakAfter(String pageBreakAfter)
                       throws DOMException
例外:
DOMException

getPageBreakBefore

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPageBreakBefore

void setPageBreakBefore(String pageBreakBefore)
                        throws DOMException
例外:
DOMException

getPageBreakInside

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPageBreakInside

void setPageBreakInside(String pageBreakInside)
                        throws DOMException
例外:
DOMException

getPause

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPause

void setPause(String pause)
              throws DOMException
例外:
DOMException

getPauseAfter

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPauseAfter

void setPauseAfter(String pauseAfter)
                   throws DOMException
例外:
DOMException

getPauseBefore

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPauseBefore

void setPauseBefore(String pauseBefore)
                    throws DOMException
例外:
DOMException

getPitch

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPitch

void setPitch(String pitch)
              throws DOMException
例外:
DOMException

getPitchRange

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPitchRange

void setPitchRange(String pitchRange)
                   throws DOMException
例外:
DOMException

getPlayDuring

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPlayDuring

void setPlayDuring(String playDuring)
                   throws DOMException
例外:
DOMException

getPosition

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setPosition

void setPosition(String position)
                 throws DOMException
例外:
DOMException

getQuotes

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setQuotes

void setQuotes(String quotes)
               throws DOMException
例外:
DOMException

getRichness

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setRichness

void setRichness(String richness)
                 throws DOMException
例外:
DOMException

getRight

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setRight

void setRight(String right)
              throws DOMException
例外:
DOMException

getSize

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setSize

void setSize(String size)
             throws DOMException
例外:
DOMException

getSpeak

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setSpeak

void setSpeak(String speak)
              throws DOMException
例外:
DOMException

getSpeakHeader

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setSpeakHeader

void setSpeakHeader(String speakHeader)
                    throws DOMException
例外:
DOMException

getSpeakNumeral

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setSpeakNumeral

void setSpeakNumeral(String speakNumeral)
                     throws DOMException
例外:
DOMException

getSpeakPunctuation

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setSpeakPunctuation

void setSpeakPunctuation(String speakPunctuation)
                         throws DOMException
例外:
DOMException

getSpeechRate

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setSpeechRate

void setSpeechRate(String speechRate)
                   throws DOMException
例外:
DOMException

getStress

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setStress

void setStress(String stress)
               throws DOMException
例外:
DOMException

getTableLayout

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTableLayout

void setTableLayout(String tableLayout)
                    throws DOMException
例外:
DOMException

getTextAlign

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTextAlign

void setTextAlign(String textAlign)
                  throws DOMException
例外:
DOMException

getTextDecoration

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTextDecoration

void setTextDecoration(String textDecoration)
                       throws DOMException
例外:
DOMException

getTextIndent

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTextIndent

void setTextIndent(String textIndent)
                   throws DOMException
例外:
DOMException

getTextShadow

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTextShadow

void setTextShadow(String textShadow)
                   throws DOMException
例外:
DOMException

getTextTransform

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTextTransform

void setTextTransform(String textTransform)
                      throws DOMException
例外:
DOMException

getTop

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setTop

void setTop(String top)
            throws DOMException
例外:
DOMException

getUnicodeBidi

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setUnicodeBidi

void setUnicodeBidi(String unicodeBidi)
                    throws DOMException
例外:
DOMException

getVerticalAlign

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setVerticalAlign

void setVerticalAlign(String verticalAlign)
                      throws DOMException
例外:
DOMException

getVisibility

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setVisibility

void setVisibility(String visibility)
                   throws DOMException
例外:
DOMException

getVoiceFamily

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setVoiceFamily

void setVoiceFamily(String voiceFamily)
                    throws DOMException
例外:
DOMException

getVolume

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setVolume

void setVolume(String volume)
               throws DOMException
例外:
DOMException

getWhiteSpace

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setWhiteSpace

void setWhiteSpace(String whiteSpace)
                   throws DOMException
例外:
DOMException

getWidows

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setWidows

void setWidows(String widows)
               throws DOMException
例外:
DOMException

getWidth

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setWidth

void setWidth(String width)
              throws DOMException
例外:
DOMException

getWordSpacing

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setWordSpacing

void setWordSpacing(String wordSpacing)
                    throws DOMException
例外:
DOMException

getZIndex

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

例外:
DOMException - SYNTAX_ERR: 新しい値に構文エラーがあり、解析できない場合に発生する
NO_MODIFICATION_ALLOWED_ERR: このプロパティが読み取り専用の場合に発生する

setZIndex

void setZIndex(String zIndex)
               throws DOMException
例外:
DOMException

共通 DOM API

バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 2004 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.