Class DocumentAnnotation.Placemark
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.common.DocumentAnnotation.Placemark
- Enclosing class:
- DocumentAnnotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()getType()getWidth()voidsetCoordinates(List<BigDecimal> coordinates) voidsetHeight(BigDecimal height) voidsetPageNumber(Integer pageNumber) voidvoidsetTextEndIndex(Integer textEndIndex) voidsetTextStartIndex(Integer textStartIndex) voidvoidsetWidth(BigDecimal width) voidsetXCoordinate(BigDecimal xCoordinate) voidsetYCoordinate(BigDecimal yCoordinate) Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
Placemark
public Placemark()
-
-
Method Details
-
getYCoordinate
-
setYCoordinate
-
getXCoordinate
-
setXCoordinate
-
getCoordinates
-
setCoordinates
-
getTextStartIndex
-
setTextStartIndex
-
getTextEndIndex
-
setTextEndIndex
-
getType
-
setType
-
getHeight
-
setHeight
-
getWidth
-
setWidth
-
getPageNumber
-
setPageNumber
-
getStyle
-
setStyle
-