public class DocumentAttribute
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected TableElementLocation |
location |
protected java.lang.String |
text |
protected java.lang.String |
type |
Constructor and Description |
---|
DocumentAttribute() |
Modifier and Type | Method and Description |
---|---|
TableElementLocation |
getLocation()
Gets the location.
|
java.lang.String |
getText()
Gets the text.
|
java.lang.String |
getType()
Gets the type.
|
protected java.lang.String type
protected java.lang.String text
protected TableElementLocation location
public java.lang.String getType()
The type of attribute.
public java.lang.String getText()
The text associated with the attribute.
public TableElementLocation getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.