Uses of Class
org.forgerock.api.markup.asciidoc.AsciiDoc
Packages that use AsciiDoc
-
Uses of AsciiDoc in org.forgerock.api.markup.asciidoc
Methods in org.forgerock.api.markup.asciidoc that return AsciiDocModifier and TypeMethodDescriptionInserts a cross-reference anchor.Inserts a cross-reference anchor, with a custom xreflabel.static AsciiDoc
AsciiDoc.asciiDoc()
Creates a new builder instance.AsciiDoc.blockTitle
(String title) Inserts a block title.Inserts bold text.AsciiDoc.documentTitle
(String title) Inserts a document title.AsciiDoc.exampleBlock
(String content) Inserts an example-block.AsciiDoc.horizontalRule()
Inserts a horizontal-rule divider.Inserts an include-directive, given a relative path to a file.Inserts italic text.Inserts a cross-reference link.Inserts a cross-reference link, with a custom xreflabel.AsciiDoc.listContinuation()
Inserts a list-continuation, for adding complex formatted content to a list.AsciiDoc.listingBlock
(String content) Inserts a listing-block.AsciiDoc.listingBlock
(String content, String sourceType) Inserts a listing-block, with the source-code type (e.g., java, json, etc.) noted for formatting purposes.AsciiDoc.literalBlock
(String content) Inserts a literal-block.Inserts monospaced (e.g., code) text.AsciiDoc.newline()
Inserts a UNIX newline character, where two adjacent newlines will create a new paragraph.AsciiDoc.passthroughBlock
(String content) Inserts a pass-through-block.Inserts raw line (may contain markup), and will insert one newline-characters above and below, if those newlines do not already exist.AsciiDoc.rawParagraph
(String text) Inserts raw paragraph (may contain markup), and will insert two newline-characters above and below, if those newlines do not already exist [ref].Inserts raw text (may contain markup or only whitespace).AsciiDoc.sectionTitle
(String title, int level) Inserts a section title, at a given level.AsciiDoc.sectionTitle1
(String title) Inserts a section title, level 1.AsciiDoc.sectionTitle2
(String title) Inserts a section title, level 2.AsciiDoc.sectionTitle3
(String title) Inserts a section title, level 3.AsciiDoc.sectionTitle4
(String title) Inserts a section title, level 4.AsciiDoc.sectionTitle5
(String title) Inserts a section title, level 5.AsciiDoc.sidebarBlock
(String content) Inserts a sidebar-block.AsciiDocTable.tableEnd()
Completes the table being built, and inserts it at the end of the parent document.AsciiDoc.unorderedList1
(String content) Inserts a line for an unordered list, at level 1 indentation.