com.aspose.words
Class MustacheTag

java.lang.Object
    extended by com.aspose.words.MustacheTag

public class MustacheTag 
extends java.lang.Object

Represents "mustache" tag.

Property Getters/Setters Summary
intgetReferenceOffset()
           Gets the zero-based starting position of the tag from the start of the ReferenceRun.
RungetReferenceRun()
           Gets the run that contains the beginning of the tag.
java.lang.StringgetText()
           Gets the text of the tag.
 

Property Getters/Setters Detail

getReferenceOffset

public int getReferenceOffset()
Gets the zero-based starting position of the tag from the start of the ReferenceRun.

getReferenceRun

public Run getReferenceRun()
Gets the run that contains the beginning of the tag.

getText

public java.lang.String getText()
Gets the text of the tag.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.