Interface IStyledDocument
.NET interface for TO BE DEFINED FROM USER
public interface IStyledDocument : IDocument
- Inherited Members
Methods
AddStyle(String, Style)
Style AddStyle(String arg0, Style arg1)
Parameters
Returns
GetBackground(AttributeSet)
Color GetBackground(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetCharacterElement(int)
Element GetCharacterElement(int arg0)
Parameters
Returns
GetFont(AttributeSet)
Font GetFont(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetForeground(AttributeSet)
Color GetForeground(AttributeSet arg0)
Parameters
arg0
AttributeSet
Returns
GetLogicalStyle(int)
Style GetLogicalStyle(int arg0)
Parameters
Returns
GetParagraphElement(int)
Element GetParagraphElement(int arg0)
Parameters
Returns
GetStyle(String)
Style GetStyle(String arg0)
Parameters
Returns
RemoveStyle(String)
void RemoveStyle(String arg0)
Parameters
SetCharacterAttributes(int, int, AttributeSet, bool)
void SetCharacterAttributes(int arg0, int arg1, AttributeSet arg2, bool arg3)
Parameters
arg0
intarg1
intarg2
AttributeSetarg3
bool
SetLogicalStyle(int, Style)
void SetLogicalStyle(int arg0, Style arg1)
Parameters
SetParagraphAttributes(int, int, AttributeSet, bool)
void SetParagraphAttributes(int arg0, int arg1, AttributeSet arg2, bool arg3)
Parameters
arg0
intarg1
intarg2
AttributeSetarg3
bool