Class HemfPlusMisc.EmfPlusSetClipRegion
- java.lang.Object
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusFlagOnly
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetClipPath
-
- org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetClipRegion
-
- All Implemented Interfaces:
GenericRecord,HemfPlusMisc.EmfPlusObjectId,HemfPlusRecord
- Enclosing class:
- HemfPlusMisc
public static class HemfPlusMisc.EmfPlusSetClipRegion extends HemfPlusMisc.EmfPlusSetClipPath
The EmfPlusSetClipRegion record combines the current clipping region with another graphics region.
-
-
Field Summary
-
Fields inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusObjectId
OBJECT_ID
-
-
Constructor Summary
Constructors Constructor Description EmfPlusSetClipRegion()
-
Method Summary
-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusSetClipPath
draw, getCombineMode
-
Methods inherited from class org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusFlagOnly
getEmfPlusRecordType, getFlags, getGenericProperties, getGenericRecordType, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusMisc.EmfPlusObjectId
getFlags, getObjectId
-
Methods inherited from interface org.apache.poi.hemf.record.emfplus.HemfPlusRecord
calcBounds
-
-