Oxygen XML Editor 14.2 Author API

ro.sync.ecss.css
Class CountersContent

java.lang.Object
  extended by ro.sync.ecss.css.CounterContent
      extended by ro.sync.ecss.css.CountersContent
All Implemented Interfaces:
StaticContent

@API(type=INTERNAL,
     src=PRIVATE)
public class CountersContent
extends CounterContent

Content generated by counters function. Function format: counters(counterName, delimiter, list-style-type*).


Field Summary
 
Fields inherited from interface ro.sync.ecss.css.StaticContent
COUNTER_CONTENT, COUNTERS_CONTENT, EDITOR_CONTENT, LABEL_CONTENT, TEXT_CONTENT, URI_CONTENT
 
Constructor Summary
CountersContent(java.lang.String cName, java.lang.String cDelimiter)
          Constructor
 
Method Summary
 java.lang.String getDelimiter()
           
 int getType()
          Gets the content type.
 
Methods inherited from class ro.sync.ecss.css.CounterContent
equals, getCounterName, getListStyleType, hashCode, setListStyleType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountersContent

public CountersContent(java.lang.String cName,
                       java.lang.String cDelimiter)
Constructor

Parameters:
cName - The name of the counter.
cDelimiter - The delimiters to be used between counters.
Method Detail

getType

public int getType()
Description copied from interface: StaticContent
Gets the content type.

Specified by:
getType in interface StaticContent
Overrides:
getType in class CounterContent
Returns:
The content type.
See Also:
StaticContent.getType()

getDelimiter

public java.lang.String getDelimiter()
Returns:
The delimiter.

Oxygen XML Editor 14.2 Author API

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