Uses of Class
com.github.cukedoctor.api.DocumentAttributes
-
-
Uses of DocumentAttributes in com.github.cukedoctor
Methods in com.github.cukedoctor that return DocumentAttributes Modifier and Type Method Description static DocumentAttributesCukedoctor. getDefaultDocumentAttributes()Methods in com.github.cukedoctor with parameters of type DocumentAttributes Modifier and Type Method Description static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs)static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig)static CukedoctorConverterCukedoctor. instance(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig, CukedoctorDocumentBuilder docBuilder) -
Uses of DocumentAttributes in com.github.cukedoctor.api
Methods in com.github.cukedoctor.api that return DocumentAttributes Modifier and Type Method Description DocumentAttributesDocumentAttributes. allowUriRead(Boolean allowUriRead)DocumentAttributesDocumentAttributes. backend(String backend)DocumentAttributesDocumentAttributes. chapterLabel(String chapterLabel)DocumentAttributesDocumentAttributes. dataUri(Boolean dataUri)DocumentAttributesDocumentAttributes. docInfo(Boolean docInfo)DocumentAttributesDocumentAttributes. docTitle(String docTitle)DocumentAttributesDocumentAttributes. docType(String docType)DocumentAttributesCukedoctorConverter. getDocumentAttributes()DocumentAttributesDocumentAttributes. hardBreaks(Boolean hardBreaks)DocumentAttributesDocumentAttributes. icons(String icons)DocumentAttributesDocumentAttributes. linkCss(Boolean linkCss)DocumentAttributesDocumentAttributes. numbered(Boolean numbered)DocumentAttributesDocumentAttributes. pdfStyle(String pdfStyle)DocumentAttributesDocumentAttributes. revNumber(String docVersion)DocumentAttributesDocumentAttributes. sectAnchors(Boolean sectAnchors)DocumentAttributesDocumentAttributes. sectLink(Boolean sectLink)DocumentAttributesDocumentAttributes. sourceHighlighter(String sourceHighlighter)DocumentAttributesDocumentAttributes. stem(String stem)DocumentAttributesDocumentAttributes. toc(String toc)DocumentAttributesDocumentAttributes. tocLevels(String tocLevels)DocumentAttributesDocumentAttributes. versionLabel(String versionLabel) -
Uses of DocumentAttributes in com.github.cukedoctor.config
Methods in com.github.cukedoctor.config that return DocumentAttributes Modifier and Type Method Description DocumentAttributesGlobalConfig. getDocumentAttributes()Methods in com.github.cukedoctor.config with parameters of type DocumentAttributes Modifier and Type Method Description voidGlobalConfig. setDocumentAttributes(DocumentAttributes documentAttributes) -
Uses of DocumentAttributes in com.github.cukedoctor.converter
Methods in com.github.cukedoctor.converter that return DocumentAttributes Modifier and Type Method Description DocumentAttributesCukedoctorConverterImpl. getDocumentAttributes()Constructors in com.github.cukedoctor.converter with parameters of type DocumentAttributes Constructor Description CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs)CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig)CukedoctorConverterImpl(List<Feature> features, DocumentAttributes attrs, CukedoctorConfig cukedoctorConfig, CukedoctorDocumentBuilder docBuilder) -
Uses of DocumentAttributes in com.github.cukedoctor.renderer
Fields in com.github.cukedoctor.renderer declared as DocumentAttributes Modifier and Type Field Description protected DocumentAttributesAbstractBaseRenderer. documentAttributesMethods in com.github.cukedoctor.renderer with parameters of type DocumentAttributes Modifier and Type Method Description StringCukedoctorHeaderRenderer. renderDocumentHeader(DocumentAttributes documentAttributes)voidAbstractBaseRenderer. setDocumentAttributes(DocumentAttributes documentAttributes)voidBaseRenderer. setDocumentAttributes(DocumentAttributes documentAttributes)Constructors in com.github.cukedoctor.renderer with parameters of type DocumentAttributes Constructor Description CukedoctorFeatureRenderer(DocumentAttributes documentAttributes) -
Uses of DocumentAttributes in com.github.cukedoctor.spi
Methods in com.github.cukedoctor.spi with parameters of type DocumentAttributes Modifier and Type Method Description StringHeaderRenderer. renderDocumentHeader(DocumentAttributes cukedoctorAttributes)Deprecated.Use renderDocumentHeader(DocumentAttributes, CukedoctorDocumentBuilder) insteaddefault StringHeaderRenderer. renderDocumentHeader(DocumentAttributes cukedoctorAttributes, CukedoctorDocumentBuilder documentBuilder) -
Uses of DocumentAttributes in com.github.cukedoctor.util
Methods in com.github.cukedoctor.util with parameters of type DocumentAttributes Modifier and Type Method Description RServiceLoaderUtil. initialise(Class<R> service, Class<? extends R> defaultImplementation, I18nLoader i18n, DocumentAttributes attributes, CukedoctorConfig cukedoctorConfig, Class<? extends R>... except)
-