Class ManualBreakIndicatorStyleSheet

  • All Implemented Interfaces:
    Cloneable, StyleSheet

    public class ManualBreakIndicatorStyleSheet
    extends AbstractStyleSheet
    A replaced content element that is contained in a 'canvas' box (which is the default for all non-inline replaced content elements) must have a minimum width and height of 100% so that it fills the whole box.
    Author:
    Thomas Morgner
    • Constructor Detail

      • ManualBreakIndicatorStyleSheet

        public ManualBreakIndicatorStyleSheet()
    • Method Detail

      • getId

        public InstanceID getId()
        Description copied from class: AbstractStyleSheet
        Returns the ID of the stylesheet. The ID does identify an element stylesheet an all all cloned instances of that stylesheet.
        Specified by:
        getId in interface StyleSheet
        Overrides:
        getId in class AbstractStyleSheet
        Returns:
        the ID of this stylesheet.
      • getChangeTracker

        public long getChangeTracker()
      • toArray

        public Object[] toArray()