Package com.github.cukedoctor.api
Class DocumentAttributes
- java.lang.Object
-
- com.github.cukedoctor.api.DocumentAttributes
-
public class DocumentAttributes extends Object
Created by pestano on 04/06/15. Document overall configuration
-
-
Constructor Summary
Constructors Constructor Description DocumentAttributes()
-
Method Summary
-
-
-
Method Detail
-
docTitle
public DocumentAttributes docTitle(String docTitle)
-
backend
public DocumentAttributes backend(String backend)
-
docType
public DocumentAttributes docType(String docType)
-
toc
public DocumentAttributes toc(String toc)
-
tocLevels
public DocumentAttributes tocLevels(String tocLevels)
-
icons
public DocumentAttributes icons(String icons)
-
chapterLabel
public DocumentAttributes chapterLabel(String chapterLabel)
-
versionLabel
public DocumentAttributes versionLabel(String versionLabel)
-
sectAnchors
public DocumentAttributes sectAnchors(Boolean sectAnchors)
-
sectLink
public DocumentAttributes sectLink(Boolean sectLink)
-
numbered
public DocumentAttributes numbered(Boolean numbered)
-
linkCss
public DocumentAttributes linkCss(Boolean linkCss)
-
docInfo
public DocumentAttributes docInfo(Boolean docInfo)
-
sourceHighlighter
public DocumentAttributes sourceHighlighter(String sourceHighlighter)
-
revNumber
public DocumentAttributes revNumber(String docVersion)
-
hardBreaks
public DocumentAttributes hardBreaks(Boolean hardBreaks)
-
pdfStyle
public DocumentAttributes pdfStyle(String pdfStyle)
-
stem
public DocumentAttributes stem(String stem)
-
allowUriRead
public DocumentAttributes allowUriRead(Boolean allowUriRead)
-
dataUri
public DocumentAttributes dataUri(Boolean dataUri)
-
getBackend
public String getBackend()
-
getDocTitle
public String getDocTitle()
-
getDocType
public String getDocType()
-
getToc
public String getToc()
-
getIcons
public String getIcons()
-
getTocLevels
public String getTocLevels()
-
getChapterLabel
public String getChapterLabel()
-
getVersionLabel
public String getVersionLabel()
-
getSourceHighlighter
public String getSourceHighlighter()
-
getRevNumber
public String getRevNumber()
-
getPdfStyle
public String getPdfStyle()
-
isSectAnchors
public Boolean isSectAnchors()
-
isSectLink
public Boolean isSectLink()
-
isNumbered
public Boolean isNumbered()
-
isLinkCss
public Boolean isLinkCss()
-
isDocInfo
public Boolean isDocInfo()
-
isHardBreaks
public Boolean isHardBreaks()
-
getStem
public String getStem()
-
isAllowUriRead
public Boolean isAllowUriRead()
-
isDataUri
public Boolean isDataUri()
-
setPdfStyle
public void setPdfStyle(String pdfStyle)
-
setDocTitle
public void setDocTitle(String docTitle)
-
setBackend
public void setBackend(String backend)
-
setDocType
public void setDocType(String docType)
-
setToc
public void setToc(String toc)
-
setIcons
public void setIcons(String icons)
-
setTocLevels
public void setTocLevels(String tocLevels)
-
setChapterLabel
public void setChapterLabel(String chapterLabel)
-
setVersionLabel
public void setVersionLabel(String versionLabel)
-
setLinkCss
public void setLinkCss(Boolean linkCss)
-
setSectAnchors
public void setSectAnchors(Boolean sectAnchors)
-
setSectLink
public void setSectLink(Boolean sectLink)
-
setNumbered
public void setNumbered(Boolean numbered)
-
setDocInfo
public void setDocInfo(Boolean docInfo)
-
setSourceHighlighter
public void setSourceHighlighter(String sourceHighlighter)
-
setRevNumber
public void setRevNumber(String revNumber)
-
setHardBreaks
public void setHardBreaks(Boolean hardBreaks)
-
setStem
public void setStem(String stem)
-
setAllowUriRead
public void setAllowUriRead(Boolean allowUriRead)
-
setDataUri
public void setDataUri(Boolean dataUri)
-
-