Class RichBlocks.BlockAttr
java.lang.Object
com.codename1.ui.editor.RichBlocks.BlockAttr
- Enclosing class:
RichBlocks
A single paragraph's block attributes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
public int typeThe block type (PARAGRAPH,H1..H1+5,PRE,BLOCKQUOTE). -
align
public int alignThe text alignment (ALIGN_*). -
listType
public int listTypeThe list membership (LIST_*). -
indent
public int indentThe indentation depth (0 or more).
-
-
Constructor Details
-
BlockAttr
public BlockAttr()
-