Package ro.sync.ecss.css
Interface StaticContent
-
- All Known Implementing Classes:
EditorContent
,LabelContent
,StringContent
,URIContent
@API(type=NOT_EXTENDABLE, src=PRIVATE) public interface StaticContent
Static content which should be generated for an element
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT_CONTENT
Content type for the CSS content() from the string-set property.static int
COUNTER_CONTENT
Counter content type.static int
COUNTERS_CONTENT
Counters content type.static int
EDITOR_CONTENT
Content type for form controls..static int
LABEL_CONTENT
Content type for a label.static int
LEADER_CONTENT
Content type for the CSS leader().static int
STRING_FUNCTION_CONTENT
The equivalent of a 'string' function, it is used to extract the value of a named string defined by a 'string-set' property.static int
TARGET_COUNTER_CONTENT
Content type for the CSS target-counter().static int
TARGET_COUNTERS_CONTENT
Content type for the CSS target-counters().static int
TEXT_CONTENT
Text content typestatic int
URI_CONTENT
URI content type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getType()
Gets the content type.
-
-
-
Field Detail
-
TEXT_CONTENT
static final int TEXT_CONTENT
Text content type- See Also:
- Constant Field Values
-
URI_CONTENT
static final int URI_CONTENT
URI content type- See Also:
- Constant Field Values
-
COUNTER_CONTENT
static final int COUNTER_CONTENT
Counter content type.- See Also:
- Constant Field Values
-
COUNTERS_CONTENT
static final int COUNTERS_CONTENT
Counters content type.- See Also:
- Constant Field Values
-
EDITOR_CONTENT
static final int EDITOR_CONTENT
Content type for form controls..- See Also:
- Constant Field Values
-
LABEL_CONTENT
static final int LABEL_CONTENT
Content type for a label. Allows styling.- See Also:
- Constant Field Values
-
LEADER_CONTENT
static final int LEADER_CONTENT
Content type for the CSS leader(). This is used only in the CSS to FO converter.- See Also:
- Constant Field Values
-
TARGET_COUNTER_CONTENT
static final int TARGET_COUNTER_CONTENT
Content type for the CSS target-counter(). This is used only in the CSS to FO converter.- See Also:
- Constant Field Values
-
TARGET_COUNTERS_CONTENT
static final int TARGET_COUNTERS_CONTENT
Content type for the CSS target-counters(). This is used only in the CSS to FO converter.- See Also:
- Constant Field Values
-
CONTENT_CONTENT
static final int CONTENT_CONTENT
Content type for the CSS content() from the string-set property. This is used only in the CSS to FO converter.- See Also:
- Constant Field Values
-
STRING_FUNCTION_CONTENT
static final int STRING_FUNCTION_CONTENT
The equivalent of a 'string' function, it is used to extract the value of a named string defined by a 'string-set' property. This is used only in the CSS to FO converter.- See Also:
- Constant Field Values
-
-