DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class UserPropertyList

java.lang.Object
  extended by com.cete.dynamicpdf.AttributeType
      extended by com.cete.dynamicpdf.UserPropertyList

public class UserPropertyList
extends AttributeType

Represents an userproperties attribute object..

Licensing:
This class is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:

View Example


Constructor Summary
UserPropertyList()
          Initializes a new instance of the UserPropertyList class.
 
Method Summary
 void add(java.lang.String name, boolean value)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, boolean value, java.lang.String format)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, boolean value, java.lang.String format, boolean isHidden)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, float value)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, float value, java.lang.String format)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, float value, java.lang.String format, boolean isHidden)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, java.lang.String value)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, java.lang.String value, java.lang.String format)
          Adds a user property to the user propertylist.
 void add(java.lang.String name, java.lang.String value, java.lang.String format, boolean isHidden)
          Adds a user property to the user propertylist.
 AttributeOwner getOwner()
          Gets the attribute owner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPropertyList

public UserPropertyList()
Initializes a new instance of the UserPropertyList class.

Method Detail

getOwner

public AttributeOwner getOwner()
Gets the attribute owner.

Specified by:
getOwner in class AttributeType
Returns:
owner of attribute object.

add

public void add(java.lang.String name,
                java.lang.String value)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.

add

public void add(java.lang.String name,
                java.lang.String value,
                java.lang.String format)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.
format - Format of the propety value.

add

public void add(java.lang.String name,
                java.lang.String value,
                java.lang.String format,
                boolean isHidden)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.
format - Format of the propety value.
isHidden - Specifies if attribute is hidden.

add

public void add(java.lang.String name,
                boolean value)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.

add

public void add(java.lang.String name,
                boolean value,
                java.lang.String format)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.
format - Format of the propety value.

add

public void add(java.lang.String name,
                boolean value,
                java.lang.String format,
                boolean isHidden)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.
format - Format of the propety value.
isHidden - Specifies if attribute is hidden.

add

public void add(java.lang.String name,
                float value)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.

add

public void add(java.lang.String name,
                float value,
                java.lang.String format)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.
format - Format of the propety value.

add

public void add(java.lang.String name,
                float value,
                java.lang.String format,
                boolean isHidden)
Adds a user property to the user propertylist.

Parameters:
name - Name of the property.
value - Value of the property.
format - Format of the propety value.
isHidden - Specifies if attribute is hidden.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software