|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.documents.Style
com.spire.doc.documents.ParagraphStyle
public class ParagraphStyle
Represents a style of paragraph.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.spire.doc.documents.Style |
---|
Style.BuiltinStyleLoader |
Constructor Summary | |
---|---|
ParagraphStyle(IDocument doc)
Initializes a new instance of the |
Method Summary | |
---|---|
void |
applyBaseStyle(java.lang.String styleName)
Apply base style for current style. |
IStyle |
deepClone()
Clones itself |
ParagraphStyle |
getBaseStyle()
Gets a base style of paragraph. |
ListFormat |
getListFormat()
Gets format of the list for the paragraph. |
ParagraphFormat |
getParagraphFormat()
Gets formatting of paragraph. |
StyleType |
getStyleType()
Gets the type of the style. |
Methods inherited from class com.spire.doc.documents.Style |
---|
applyBaseStyle, createBuiltinStyle, createBuiltinStyle, getCharacterFormat, getName, getStyleId, isCustomStyle, isCustomStyle, isHeading, nameToBuiltIn, setName |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IParagraphStyle |
---|
getCharacterFormat |
Methods inherited from interface com.spire.doc.interfaces.IStyle |
---|
getName, getStyleId, setName |
Constructor Detail |
---|
public ParagraphStyle(IDocument doc)
doc
- The doc.Method Detail |
---|
public ParagraphFormat getParagraphFormat()
getParagraphFormat
in interface IParagraphStyle
public ParagraphStyle getBaseStyle()
getBaseStyle
in class Style
public StyleType getStyleType()
getStyleType
in interface IStyle
getStyleType
in class Style
public ListFormat getListFormat()
public void applyBaseStyle(java.lang.String styleName)
applyBaseStyle
in class Style
styleName
- public IStyle deepClone()
deepClone
in interface IStyle
deepClone
in class Style
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |