Class TemplateContentInfo

java.lang.Object
ro.sync.template.TemplateContentInfo

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class TemplateContentInfo extends Object
Template content information. Used in both eXml and WA.
  • Constructor Details

    • TemplateContentInfo

      public TemplateContentInfo(String content, int imposedCaretOffset)
      Constructor.
      Parameters:
      content - The content.
      imposedCaretOffset - The imposed caret offset inside the content.
  • Method Details

    • getContent

      public String getContent()
      Returns:
      Returns the content.
    • getImposedCaretOffset

      public int getImposedCaretOffset()
      Returns:
      Returns the imposed caret offset.