|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStyleCollection
Represents a collection of IStyle objects.
| Method Summary | |
|---|---|
int |
add(IStyle style)
Adds the specified style. |
Style |
findByName(java.lang.String name)
Finds a first style with specified style name |
IStyle |
findByName(java.lang.String name,
StyleType styleType)
Finds a style by style name and style type |
IStyle |
get(int index)
Gets the IStyle at the specified index. |
| Methods inherited from interface com.spire.doc.interfaces.ICollectionBase |
|---|
getCount |
| Method Detail |
|---|
IStyle get(int index)
IStyle at the specified index.
index - The index
int add(IStyle style)
style - the style.
Style findByName(java.lang.String name)
name - the name.
IStyle findByName(java.lang.String name,
StyleType styleType)
name - The name.styleType - Type of the style.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||