Package com.realobjects.pdfreactor
Class Configuration.MediaFeatureValue
java.lang.Object
com.realobjects.pdfreactor.Configuration.MediaFeatureValue
- Enclosing class:
Configuration
A type containing media feature data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe media feature.The value that is associated with the given media feature.
-
Constructor Details
-
MediaFeatureValue
public MediaFeatureValue()
-
-
Method Details
-
setMediaFeature
The media feature.
- Returns:
- The current
Configuration.MediaFeatureValue
instance.
-
setValue
The value that is associated with the given media feature.
- Returns:
- The current
Configuration.MediaFeatureValue
instance.
-