public interface IStyleSheets
IStyleSheet
objects in the
document.Modifier and Type | Method and Description |
---|---|
int |
getLength() |
IStyleSheet |
item(int index) |
int getLength()
IStyleSheet
in a collectionIStyleSheet item(int index)
index
- Index into the collection.IStyleSheet
at the index
th position,
or null
if that is not a valid index.