public interface Quote extends AknObject
The attributes startQuote and endQuote are used in quotedText, quotedStructure, embeddedText and embeddedStructure to specify the start and quote character delimiting the quoted or embedded part. If the characters are the same, one can use only startQuote. Attribute inlineQuote is used for marking the character showing continuation of a quote e.g. at the beginning of each page or at the beginning of each line of the quote
<xsd:attributeGroup name="quote">
<xsd:attribute name="startQuote" type="xsd:string"/>
<xsd:attribute name="endQuote" type="xsd:string"/>
<xsd:attribute name="inlineQuote" type="xsd:string"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
String |
getEndQuote() |
String |
getInlineQuote() |
String |
getStartQuote() |
void |
setEndQuote(String endQuote) |
void |
setInlineQuote(String inlineQuote) |
void |
setStartQuote(String startQuote) |
attributes, compare, name, nestedCompareread, writeCopyright © 2017. All rights reserved.