DTHTMLElementDisplayStyle Constants Reference
| Declared in | DTCoreTextConstants.h |
DTHTMLElementDisplayStyle
DTHTMLElement display style
Definition
typedef NS_ENUM(NSUInteger, DTHTMLElementDisplayStyle ) {
DTHTMLElementDisplayStyleInline = 0,
DTHTMLElementDisplayStyleNone,
DTHTMLElementDisplayStyleBlock,
DTHTMLElementDisplayStyleListItem,
DTHTMLElementDisplayStyleTable,
};
Constants
DTHTMLElementDisplayStyleInline-
The element is inline textDeclared In
DTCoreTextConstants.h. DTHTMLElementDisplayStyleNone-
The element is not displayedDeclared In
DTCoreTextConstants.h. DTHTMLElementDisplayStyleBlock-
The element is a blockDeclared In
DTCoreTextConstants.h. DTHTMLElementDisplayStyleListItem-
The element is an item in a listDeclared In
DTCoreTextConstants.h. DTHTMLElementDisplayStyleTable-
The element is a tableDeclared In
DTCoreTextConstants.h.
Declared In
DTCoreTextConstants.h