java.lang.Object
com.aspose.words.MustacheTag
public class MustacheTag
| Property Getters/Setters Summary | ||
|---|---|---|
int | getReferenceOffset() | |
|
Gets the zero-based starting position of the tag from the start of the |
||
Run | getReferenceRun() | |
| Gets the run that contains the beginning of the tag. | ||
java.lang.String | getText() | |
| Gets the text of the tag. | ||
| Property Getters/Setters Detail |
|---|
getReferenceOffset | |
public int getReferenceOffset() | |
getReferenceRun | |
public Run getReferenceRun() | |
getText | |
public java.lang.String getText() | |