public interface StyleDropCapAttlist extends ODFAttribute
The style:lines attribute specifies the number of lines that the dropped characters should encircle. If the value of this attribute is 1 or 0, drop caps is disabled.
The style:distance attribute specifies the distance between the last dropped character and the first of the remaining characters of each line. The value of this attribute is a length.
The style:style-name attribute specifies the text style to apply to the dropped characters.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyleDistance()
Return a style:distance.
|
java.lang.String |
getStyleLength()
Return a style:length.
|
int |
getStyleLines()
Return a style:lines.
|
java.lang.String |
getStyleStyleName()
Return a style:style-name.
|
void |
setStyleDistance(java.lang.String styleDistance)
Set a style:distance.
|
void |
setStyleLength(java.lang.String styleLength)
Set a style:length.
|
void |
setStyleLines(int styleLines)
Set a style:lines.
|
void |
setStyleStyleName(java.lang.String styleStyleName)
Set a style:style-name.
|
java.lang.String getStyleLength()
void setStyleLength(java.lang.String styleLength)
styleLength
- the style:length to setint getStyleLines()
void setStyleLines(int styleLines)
styleLines
- the style:lines to setjava.lang.String getStyleDistance()
void setStyleDistance(java.lang.String styleDistance)
styleDistance
- the style:distance to setjava.lang.String getStyleStyleName()
void setStyleStyleName(java.lang.String styleStyleName)
styleStyleName
- the style:style-name to setCopyright © 2010 - No Magic Asia