Package ro.sync.template
Class TemplateContentInfo
java.lang.Object
ro.sync.template.TemplateContentInfo
Template content information. Used in both eXml and WA.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TemplateContentInfo
Constructor.- Parameters:
content
- The content.imposedCaretOffset
- The imposed caret offset inside the content.
-
-
Method Details
-
getContent
- Returns:
- Returns the content.
-
getImposedCaretOffset
public int getImposedCaretOffset()- Returns:
- Returns the imposed caret offset.
-