public static final class RichBlocks.BlockAttr
- Object
- RichBlocks.BlockAttr
A single paragraph’s block attributes.
Fields
public int type | The block type (PARAGRAPH, H1..H1+5, PRE, BLOCKQUOTE). |
public int align | The text alignment (ALIGN_*). |
public int listType | The list membership (LIST_*). |
public int indent | The indentation depth (0 or more). |
Constructors
public BlockAttr() |
Inherited methods
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()