Class UseLocalDpi
java.lang.Object
com.independentsoft.office.drawing.extensions.UseLocalDpi
- All Implemented Interfaces:
IExtensionContent
Represents the use-local-DPI extension (
a14:useLocalDpi) that indicates
whether picture effects are rendered using the local device DPI instead of the
DPI saved in the image (uri {28A0092B-C50C-407E-A947-70E740481C1C}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new use local dpi.UseLocalDpi(InternalXMLStreamReader reader)Instantiates a new use local dpi. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UseLocalDpi
public UseLocalDpi()Instantiates a new use local dpi. -
UseLocalDpi
Instantiates a new use local dpi.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-