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 text
Declared In
DTCoreTextConstants.h
. DTHTMLElementDisplayStyleNone
-
The element is not displayed
Declared In
DTCoreTextConstants.h
. DTHTMLElementDisplayStyleBlock
-
The element is a block
Declared In
DTCoreTextConstants.h
. DTHTMLElementDisplayStyleListItem
-
The element is an item in a list
Declared In
DTCoreTextConstants.h
. DTHTMLElementDisplayStyleTable
-
The element is a table
Declared In
DTCoreTextConstants.h
.
Declared In
DTCoreTextConstants.h