Class TemplateContentInfo


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

      Constructors 
      Constructor Description
      TemplateContentInfo​(java.lang.String content, int imposedCaretOffset)
      Constructor.
    • Constructor Detail

      • TemplateContentInfo

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

      • getContent

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

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