public interface Notes extends AknObject
These attributes are used by notes, both authorial and editorial. The marker is the string to be used as a marker of the note, the placement is the position where the note should be placed, and placementBase is the eId of the element respect to which the note should be placed near.
<xsd:attributeGroup name="notes">
<xsd:attribute name="marker" type="xsd:string"/>
<xsd:attribute name="placement" type="placementType"/>
<xsd:attribute name="placementBase" type="eIdRef"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
String |
getMarker() |
PlacementType |
getPlacement() |
EidRef |
getPlacementBase() |
void |
setMarker(String marker) |
void |
setPlacement(PlacementType placement) |
void |
setPlacementBase(EidRef placementBase) |
attributes, compare, name, nestedCompareread, writeString getMarker()
void setMarker(String marker)
PlacementType getPlacement()
void setPlacement(PlacementType placement)
EidRef getPlacementBase()
void setPlacementBase(EidRef placementBase)
Copyright © 2017. All rights reserved.