Class FencedCodeBlockFormatProvider<T>

    • Constructor Detail

      • FencedCodeBlockFormatProvider

        public FencedCodeBlockFormatProvider​(DocxContext<T> docx)
    • Method Detail

      • open

        public void open()
        Description copied from interface: FormatProvider
        initialize internal stuff based on the parent for future use optionally add elements to doc before main elements any P creates will call the getPPr(), getParaRPr() and addP() for this provider so don't create elements until you are ready to handle these calls
        Specified by:
        open in interface FormatProvider<T>
        Overrides:
        open in class BlockFormatProviderBase<T>
      • close

        public void close()
        Description copied from interface: FormatProvider
        finalize, add elements to the document after main part as needed after this method returns no more calls will be made to this provider
        Specified by:
        close in interface FormatProvider<T>
        Overrides:
        close in class BlockFormatProviderBase<T>