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()
void
setCoordinates
(List<BigDecimal> coordinates) void
setHeight
(BigDecimal height) void
setPageNumber
(Integer pageNumber) void
void
setTextEndIndex
(Integer textEndIndex) void
setTextStartIndex
(Integer textStartIndex) void
void
setWidth
(BigDecimal width) void
setXCoordinate
(BigDecimal xCoordinate) void
setYCoordinate
(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
-