Uses of Class
org.foray.fotree.value.PropertyValueStatic

Packages that use PropertyValueStatic
org.foray.fotree.axsl Namespace and Factory classes for objects in the axsl: namespace. 
org.foray.fotree.fo Namespace and Factory classes for objects in the fo: (XSL Formatting Objects) namespace. 
org.foray.fotree.value Classes representing the various ways that property values can be specified in XSL-FO, including Datatypes, Functions, and Expressions (See Section 5.11 of the XSL 1.0 Standard). 
 

Uses of PropertyValueStatic in org.foray.fotree.axsl
 

Subclasses of PropertyValueStatic in org.foray.fotree.axsl
 class AxslPropertyKeyword
          Class encapsulating those property values that are expressed as keywords (e.g.
 

Uses of PropertyValueStatic in org.foray.fotree.fo
 

Subclasses of PropertyValueStatic in org.foray.fotree.fo
 class FoPropertyKeyword
          Class encapsulating those property values that are expressed as keywords (e.g.
 

Uses of PropertyValueStatic in org.foray.fotree.value
 

Subclasses of PropertyValueStatic in org.foray.fotree.value
 class DtBorderStyle
          Pseudo-datatype wrapper for the axsl BorderStyle enumeration that conforms to the PropertyValue interface.
 class PropertyCollection
          This class is odd because it is a PropertyValue subclass that encapsulates one or more Property instances.
 class PvKeyword
          Abstract superclass for all property value classes that encapsulate keywords, regardless of namespace.
 class ValueCollection
          A collection of one or more other PropertyValue instances that is itself a PropertyValue.
 



Copyright © 2017. All rights reserved.