Package org.apache.poi.hwmf.usermodel
Class HwmfEmbedded
- java.lang.Object
-
- org.apache.poi.hwmf.usermodel.HwmfEmbedded
-
@Beta public class HwmfEmbedded extends java.lang.Object
An embedded resource - this class hides the logic of chained emf+ object records and other internals. Consider its API as unstable for now, i.e. there's no guarantee for backward compatibility
-
-
Constructor Summary
Constructors Constructor Description HwmfEmbedded()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HwmfEmbeddedType
getEmbeddedType()
byte[]
getRawData()
void
setData(byte[] data)
void
setEmbeddedType(HwmfEmbeddedType embeddedType)
-
-
-
Method Detail
-
getEmbeddedType
public HwmfEmbeddedType getEmbeddedType()
-
getRawData
public byte[] getRawData()
-
setEmbeddedType
public void setEmbeddedType(HwmfEmbeddedType embeddedType)
-
setData
public void setData(byte[] data)
-
-