public class Document extends AbstractBlockImpl implements DocumentRuby
delegateabstractNode, runtime| Constructor and Description |
|---|
Document(DocumentRuby documentRuby,
org.jruby.Ruby runtime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
basebackend(java.lang.String backend) |
java.lang.String |
doctitle()
Get doc title
|
java.lang.Object |
doctitle(java.util.Map<java.lang.Object,java.lang.Object> opts)
Get doc title
|
DocumentRuby |
getDocumentRuby() |
java.util.Map<java.lang.Object,java.lang.Object> |
getOptions() |
blocks, content, convert, delegate, findBy, getBlocks, getContent, getLevel, getNodeName, getStyle, getTitle, style, titlecontext, document, getAttr, getAttr, getAttr, getAttributes, getContext, getDocument, getParent, getReftext, getRole, getRoles, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isBlock, isInline, isOption, isReftext, isRole, listMarkerKeyword, listMarkerKeyword, mediaUri, normalizeWebPath, parent, readAsset, role, setAttrclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitblocks, getAttributes, titlecontent, convert, delegate, findBy, getBlocks, getContent, getLevel, getStyle, getTitle, stylecontext, document, getAttr, getAttr, getAttr, getContext, getDocument, getNodeName, getParent, getReftext, getRole, getRoles, hasRole, iconUri, id, imageUri, imageUri, isAttr, isAttr, isBlock, isInline, isOption, isReftext, isRole, listMarkerKeyword, listMarkerKeyword, mediaUri, normalizeWebPath, parent, readAsset, role, setAttrpublic Document(DocumentRuby documentRuby, org.jruby.Ruby runtime)
public DocumentRuby getDocumentRuby()
public boolean basebackend(java.lang.String backend)
basebackend in interface DocumentRubypublic java.util.Map<java.lang.Object,java.lang.Object> getOptions()
getOptions in interface DocumentRubypublic java.lang.Object doctitle(java.util.Map<java.lang.Object,java.lang.Object> opts)
DocumentRubydoctitle in interface DocumentRubyopts - to get the doc title. Key should be Ruby symbols.Titlepublic java.lang.String doctitle()
DocumentRubydoctitle in interface DocumentRubyTitle