Uses of Class
org.apache.fop.fo.flow.Marker.MarkerAttribute
-
Packages that use Marker.MarkerAttribute Package Description org.apache.fop.fo.flow All the block- and inline-level flow formatting objects. -
-
Uses of Marker.MarkerAttribute in org.apache.fop.fo.flow
Fields in org.apache.fop.fo.flow declared as Marker.MarkerAttribute Modifier and Type Field Description private Marker.MarkerAttribute[]
Marker.MarkerPropertyList. attribs
the array of attributesFields in org.apache.fop.fo.flow with type parameters of type Marker.MarkerAttribute Modifier and Type Field Description private static PropertyCache<Marker.MarkerAttribute>
Marker.MarkerAttribute. CACHE
Methods in org.apache.fop.fo.flow that return Marker.MarkerAttribute Modifier and Type Method Description private static Marker.MarkerAttribute
Marker.MarkerAttribute. getInstance(java.lang.String namespace, java.lang.String qname, java.lang.String name, java.lang.String value)
Convenience method, reduces the number of distinct MarkerAttribute instances
-