Class GlobalOptionLine


public class GlobalOptionLine extends SingleLine
Global options line.

Example:

 [bind, autoselect, tracked, editedby, tableserial, generated]
 
Author:
harald
  • Constructor Details

    • GlobalOptionLine

      public GlobalOptionLine(Document document, int offset, LineType lineType)
      Creates a global options line.
      This line always spans only one line.
      Parameters:
      document - the whole document
      offset - offset to first character within document
      lineType - the line type
  • Method Details