Class RichBlocks.BlockAttr

java.lang.Object
com.codename1.ui.editor.RichBlocks.BlockAttr
Enclosing class:
RichBlocks

public static final class RichBlocks.BlockAttr extends Object
A single paragraph's block attributes.
  • 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()