Returns a set of all default paragraph and default character
attributes that are associated for the text. To prevent the method
from returning possibly large sets of attributes that the caller
is not interested in the caller can provide a list of attributes
that he wants to be returned.
Parameter RequestedAttributes
This string sequence defines the set of attributes that the
caller is interested in. When there are requested attributes
that are not defined for the text then they are ignored.
When the sequence is empty all attributes are returned.
Returns
Returns the requested attributes of the text. Each attribute
is represented by a ::com::sun::star::beans::PropertyValue
object.
Get the run attribute set for the specified position.
Returns a set of character attributes that are associated for
the character at the given index and are directly set or are set
via a character style. To prevent the method from returning all of
these attributes the caller can provide a list of attributes
that he wants to be returned.
Parameter Index
The index of the character for which to return its attributes.
The valid range is 0..length of text-1.
Parameter RequestedAttributes
This string sequence defines the set of attributes that the
caller is interested in. When there are requested attributes
that are not defined for the text then they are ignored.
When the sequence is empty all attributes are returned.
Returns
Returns the requested attributes of the specified character.
Each attribute is represented by a
::com::sun::star::beans::PropertyValue object.
Throws
::com::sun::star::lang::IndexOutOfBoundsException
if the index is invalid