API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute. DocAttributeSet View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 AttributeSet
      DocAttributeSet
Subinterfaces
Description
public interface DocAttributeSet
  Interface DocAttributeSet specifies the interface for a set of doc attributes, i.e.
See also:   
Methods
Hide/Show inherited methods
public boolean add (Attribute attribute) [Specified in AttributeSet]
  Adds the specified attribute value to this attribute set if it is not already present, first removing any existing value in the same attribute category as the specified attribute value (optional operation).
public boolean addAll (AttributeSet attributes) [Specified in AttributeSet]
  Adds all of the elements in the specified set to this attribute.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar