public class XMLBlockquote extends AbstractParagraph implements StyledElement
elementsTYPE_NONE| Constructor and Description | 
|---|
| XMLBlockquote()Constructor for a top-level blockquote. | 
| XMLBlockquote(XMLBlockquote parent)Constructor for a blockquote which is a child of a parent blockquote. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Set<java.lang.String> | getCustomStyles()Return the element custom classes. | 
| java.lang.String | getDeclaration()Return the declaration ID of the element. | 
| int | getLevel()Return the blockquote level. | 
| void | setCustomStyles(java.util.Set<java.lang.String> classes)Set the element custom classes. | 
addElement, getElements, removeLastElement, setElementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInlinedStyle, getStyle, hasInlinedStyle, setCustomStyles, setInlinedStylecountElements, getElement, getFirstElement, getLastElement, hasElements, isEmptypublic XMLBlockquote()
public XMLBlockquote(XMLBlockquote parent)
parent - the parent blockquotepublic java.lang.String getDeclaration()
getDeclaration in interface StyledElementpublic int getLevel()
public void setCustomStyles(java.util.Set<java.lang.String> classes)
setCustomStyles in interface StyledElementclasses - the custom element classespublic java.util.Set<java.lang.String> getCustomStyles()
getCustomStyles in interface StyledElementCopyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence