public interface Style
Modifier and Type | Method and Description |
---|---|
String |
getAlign()
Provides the alignment to be applied.
|
boolean |
getCdata()
Indicates this style to represent CDATA.
|
FormatTemplateChannel |
getChannel(TemplateSet templateSet)
Provides the channel specifica for the given template set.
|
String |
getFontName()
Provides the font name to be used for styling.
|
FormatTemplate |
getFormatTemplate()
Provides the owning format template.
|
boolean |
getQuote()
Indicates whether to quote the style.
|
boolean |
getSystem()
Indicates the style to be a system style.
|
String |
getTag()
Provides the tag of this style.
|
String |
getToolTip()
Provides a tooltip for this style.
|
String |
getView()
Provides the view mode for this style.
|
boolean |
getVisible()
Indicates the style to be visible.
|
void |
setAlign(String value)
Defines the alignment to be applied.
|
void |
setCdata(boolean value)
Defines this style to represent CDATA.
|
void |
setFontName(String value)
Defines the font name to be used for styling.
|
void |
setQuote(boolean value)
Defines whether to quote the style.
|
void |
setToolTip(String value)
Defines the tooltip for this style.
|
void |
setView(String value)
Defines the view mdoe for this style.
|
void |
setVisible(boolean value)
Defines the style to be visible.
|
FormatTemplate getFormatTemplate()
String getTag()
boolean getVisible()
true
, if visible.void setVisible(boolean value)
value
- true
, to make the style visible.boolean getCdata()
true
, if it is CDATA.void setCdata(boolean value)
{@code
- true}, if it is to represent CDATA.boolean getQuote()
true
, if to be quoted.void setQuote(boolean value)
value
- true
to enable quoting.boolean getSystem()
true
, if it is a system style.String getView()
void setView(String value)
value
- The view mode.String getFontName()
void setFontName(String value)
value
- The font's name.String getToolTip()
void setToolTip(String value)
value
- the tooltip.String getAlign()
void setAlign(String value)
value
- The alignment.FormatTemplateChannel getChannel(TemplateSet templateSet)
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210