Declared in DTCoreTextConstants.h

DTHTMLElementFloatStyle

DTHTMLElement floating style

Definition

typedef NS_ENUM(NSUInteger, DTHTMLElementFloatStyle ) {
   DTHTMLElementFloatStyleNone = 0,
   DTHTMLElementFloatStyleLeft,
   DTHTMLElementFloatStyleRight,
};

Constants

DTHTMLElementFloatStyleNone
 The element does not float

Declared In DTCoreTextConstants.h.

DTHTMLElementFloatStyleLeft
 The element should float left-aligned

Declared In DTCoreTextConstants.h.

DTHTMLElementFloatStyleRight
 The element should float right-aligned

Declared In DTCoreTextConstants.h.

Declared In

DTCoreTextConstants.h