|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CSSInlineBox
CSS inline box.
| Method Summary | |
|---|---|
float |
computeHeight(float width)
|
float |
getContentWidth()
|
String |
getFontFamily()
Gets the 'used' value for the font-family property. |
int |
getFontSize()
Gets the computed value of the font-size property. |
String |
getFontWeight()
Gets the computed font weight. |
float |
getLeading()
|
float |
getLeading(float defval)
|
float |
getLineHeight()
|
float |
getLineHeight(float defval)
|
org.w3c.dom.css.CSSValue |
getLineHeightCSSValue()
|
float |
getMinimumWidth()
|
String |
getText()
Gets the text content of this box. |
float |
textLengthToNaturalUnit(int length)
|
| Methods inherited from interface info.informatica.doc.style.css.visual.CSSBox |
|---|
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getGeneratedSibling, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setErrorHandler |
| Method Detail |
|---|
String getText()
String getFontFamily()
This method requires a style database.
IllegalStateException - if the style database has not been set.String getFontWeight()
int getFontSize()
May require a style database to work.
float getLineHeight()
throws CSSPropertyException
CSSPropertyException
float getLineHeight(float defval)
throws CSSPropertyException
CSSPropertyExceptionfloat getLeading()
float getLeading(float defval)
org.w3c.dom.css.CSSValue getLineHeightCSSValue()
float getContentWidth()
float getMinimumWidth()
float computeHeight(float width)
float textLengthToNaturalUnit(int length)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||