Declared in DTRichTextEditorView+Manipulation.h

DTHTMLWriterOption

Options for generating HTML output

Definition

typedef NS_ENUM(NSUInteger, DTHTMLWriterOption ) {
   DTHTMLWriterOptionDocument = 0,
   DTHTMLWriterOptionFragment = 1 < < 0,
};

Constants

DTHTMLWriterOptionDocument
HTML output as document-style, with CSS styles compressed in header

Declared In DTRichTextEditorView+Manipulation.h.

DTHTMLWriterOptionFragment
HTML output as fragment, CSS styles inlined

Declared In DTRichTextEditorView+Manipulation.h.

Declared In

DTRichTextEditorView+Manipulation.h