Exemple #1
0
 /**
  * Adds <CODE>name</CODE> to the list of fields that will be flattened on close,
  * all the other fields will remain. If this method is never called or is called
  * with invalid field names, all the fields will be flattened.
  * <p>
  * Calling <CODE>setFormFlattening(true)</CODE> is needed to have any kind of
  * flattening.
  * @param name the field name
  * @return <CODE>true</CODE> if the field exists, <CODE>false</CODE> otherwise
  */
 public bool PartialFormFlattening(String name)
 {
     return(stamper.PartialFormFlattening(name));
 }