Class PageFormatProperty

java.lang.Object
com.nomagic.magicdraw.properties.Property
com.nomagic.magicdraw.properties.PageFormatProperty
All Implemented Interfaces:
PropertyVisitorAcceptor, Cloneable

@OpenApiAll public class PageFormatProperty extends Property
The property for storing java.awt.print.PageFormat value. Current implementation does not provide some editor for this value.
See Also:
  • Constructor Details

    • PageFormatProperty

      public PageFormatProperty()
      Default constructor. Value of the property will be null. ID will be empty string.
    • PageFormatProperty

      public PageFormatProperty(String id, PageFormat value)
      The property constructor.
      Parameters:
      id - the ID of property.
      value - the PageFormat value of the property.
  • Method Details