Class ItemTextListPosition

java.lang.Object
io.keikai.doc.collab.types.ItemTextListPosition

public class ItemTextListPosition extends Object
  • Constructor Details

    • ItemTextListPosition

      public ItemTextListPosition(Item left, Item right, int index, Map<String,Object> currentAttributes)
      Constructor for ItemTextListPosition.
      Parameters:
      left - The item to the left.
      right - The item to the right.
      index - The index position.
      currentAttributes - The current attributes at this position.
  • Method Details

    • forward

      public void forward()
      Only call this if you know that this.right is defined.
    • getLeft

      public Item getLeft()
    • setLeft

      public void setLeft(Item left)
    • getRight

      public Item getRight()
    • setRight

      public void setRight(Item right)
    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getCurrentAttributes

      public Map<String,Object> getCurrentAttributes()