|
ASPOSE home | ||||||||
java.lang.Object
com.aspose.words.Style
public class Style
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getBaseStyle() | |
void | setBaseStyle(java.lang.String value) | |
| Gets/sets the name of the style this style is based on. | ||
boolean | getBuiltIn() | |
| True if the specified object is one of the built-in styles in MS Word. | ||
Document | getDocument() | |
| Gets the owner document. | ||
Font | getFont() | |
| Gets the character formatting of the style. | ||
List | getList() | |
| Gets the list that defines formatting of this list style. | ||
ListFormat | getListFormat() | |
| Provides access to the list formatting properties of a paragraph style. | ||
java.lang.String | getName() | |
| Gets the name of the style. | ||
java.lang.String | getNextParagraphStyle() | |
void | setNextParagraphStyle(java.lang.String value) | |
| Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style. | ||
ParagraphFormat | getParagraphFormat() | |
| Gets the paragraph formatting of the style. | ||
int | getStyleIdentifier() | |
| Gets the locale independent style identifier. The value of the property is StyleIdentifier integer constant. | ||
Styles | getStyles() | |
| Gets the collection of styles this style belongs to. | ||
int | getType() | |
| Gets the style tpe (paragraph or character). The value of the property is StyleType integer constant. | ||
| Method Summary | ||
|---|---|---|
void | clearParaAttrs() | |
| Reserved for internal use. | ||
void | clearRunAttrs() | |
| Reserved for internal use. | ||
java.lang.Object | fetchInheritedParaAttr(int key) | |
| Reserved for internal use. | ||
java.lang.Object | fetchInheritedRunAttr(int key) | |
| Reserved for internal use. | ||
java.lang.Object | getDirectParaAttr(int key) | |
| Reserved for internal use. | ||
java.lang.Object | getDirectRunAttr(int key) | |
| Reserved for internal use. | ||
void | setParaAttr(int key, java.lang.Object value) | |
| Reserved for internal use. | ||
void | setRunAttr(int key, java.lang.Object value) | |
| Reserved for internal use. | ||
| Property Getters/Setters Detail |
|---|
getName | |
public java.lang.String getName() | |
getStyleIdentifier | |
public int getStyleIdentifier() | |
getType | |
public int getType() | |
getDocument | |
public Document getDocument() | |
getBaseStyle/setBaseStyle | |
public java.lang.String getBaseStyle() public void setBaseStyle(java.lang.String value) | |
getNextParagraphStyle/setNextParagraphStyle | |
public java.lang.String getNextParagraphStyle() public void setNextParagraphStyle(java.lang.String value) | |
getBuiltIn | |
public boolean getBuiltIn() | |
getFont | |
public Font getFont() | |
getParagraphFormat | |
public ParagraphFormat getParagraphFormat() | |
getList | |
public List getList() | |
getListFormat | |
public ListFormat getListFormat() | |
getStyles | |
public Styles getStyles() | |
| Method Detail |
|---|
clearRunAttrs | |
public void clearRunAttrs() | |
setRunAttr | |
public void setRunAttr(int key, java.lang.Object value) | |
fetchInheritedRunAttr | |
public java.lang.Object fetchInheritedRunAttr(int key)
throws java.lang.Exception | |
getDirectRunAttr | |
public java.lang.Object getDirectRunAttr(int key) | |
clearParaAttrs | |
public void clearParaAttrs() | |
setParaAttr | |
public void setParaAttr(int key, java.lang.Object value) | |
fetchInheritedParaAttr | |
public java.lang.Object fetchInheritedParaAttr(int key)
throws java.lang.Exception | |
getDirectParaAttr | |
public java.lang.Object getDirectParaAttr(int key) | |
|
ASPOSE home | ||||||||