All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.model.text.contentblock.OrderedList Maven / Gradle / Ivy

package de.digitalcollections.model.text.contentblock;

/** An ordered list. */
public class OrderedList extends ContentBlockNodeWithAttributes {

  public OrderedList() {}

  public OrderedList(int order) {
    addAttribute("order", 1);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy