public static final class RichBlocks.BlockAttr

  1. Object
  2. RichBlocks.BlockAttr
A single paragraph’s block attributes.

Fields

public int typeThe block type (PARAGRAPH, H1..H1+5, PRE, BLOCKQUOTE).
public int alignThe text alignment (ALIGN_*).
public int listTypeThe list membership (LIST_*).
public int indentThe indentation depth (0 or more).

Constructors

public BlockAttr()

Inherited methods

Field details

type

public int type
The block type (PARAGRAPH, H1..H1+5, PRE, BLOCKQUOTE).

align

public int align
The text alignment (ALIGN_*).

listType

public int listType
The list membership (LIST_*).

indent

public int indent
The indentation depth (0 or more).

Constructor details

BlockAttr

public BlockAttr()