public class TextAnnotation extends Artifact
Modifier and Type | Field and Description |
---|---|
protected String |
text |
protected String |
textFormat |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
TextAnnotation() |
Modifier and Type | Method and Description |
---|---|
TextAnnotation |
clone() |
String |
getText() |
String |
getTextFormat() |
void |
setText(String text) |
void |
setTextFormat(String textFormat) |
void |
setValues(TextAnnotation otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
public String getText()
public void setText(String text)
public String getTextFormat()
public void setTextFormat(String textFormat)
public TextAnnotation clone()
public void setValues(TextAnnotation otherElement)
Copyright © 2016 Alfresco. All rights reserved.