Class X14DifferentialFormats

java.lang.Object
com.independentsoft.office.spreadsheet.extensions.X14DifferentialFormats
All Implemented Interfaces:
IExtensionContent

public class X14DifferentialFormats extends Object implements IExtensionContent
Represents the differential formats extension (x14:dxfs element) of a stylesheet. The x14:dxf children reuse the main-namespace CT_Dxf content model.
  • Constructor Details

    • X14DifferentialFormats

      public X14DifferentialFormats()
      Instantiates a new x14 differential formats.
    • X14DifferentialFormats

      public X14DifferentialFormats(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new x14 differential formats.

      Enters positioned ON the x14:dxfs start element and leaves positioned ON its end element, so the caller's loop advances past it.

      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the XML stream exception
  • Method Details