Oxygen XML Editor 14.2 Author API

ro.sync.ecss.css
Interface StaticContent

All Known Implementing Classes:
CounterContent, CountersContent, StringContent, URIContent

@API(type=NOT_EXTENDABLE,
     src=PRIVATE)
public interface StaticContent

Static content which should be generated for an element


Field Summary
static int COUNTER_CONTENT
          Counter content type.
static int COUNTERS_CONTENT
          Counters content type.
static int EDITOR_CONTENT
          Counters content type.
static int LABEL_CONTENT
          Counters content type.
static int TEXT_CONTENT
          Text content type
static int URI_CONTENT
          URI content type
 
Method Summary
 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
Counters content type.

See Also:
Constant Field Values

LABEL_CONTENT

static final int LABEL_CONTENT
Counters content type.

See Also:
Constant Field Values
Method Detail

getType

int getType()
Gets the content type.

Returns:
The content type.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.