10 #ifndef __BORDERARTINFO_H__
11 #define __BORDERARTINFO_H__
14 #include <librevenge/librevenge.h>
24 m_type(type), m_imgBlob()
librevenge::RVNGBinaryData m_imgBlob
Definition: BorderArtInfo.h:22
std::vector< BorderImgInfo > m_images
Definition: BorderArtInfo.h:31
std::vector< unsigned > m_offsets
Definition: BorderArtInfo.h:32
BorderArtInfo()
Definition: BorderArtInfo.h:34
Definition: BorderArtInfo.h:29
BorderImgInfo(ImgType type)
Definition: BorderArtInfo.h:23
ImgType
Definition: MSPUBTypes.h:179
ImgType m_type
Definition: BorderArtInfo.h:21
Definition: BorderArtInfo.h:19
std::vector< unsigned > m_offsetsOrdered
Definition: BorderArtInfo.h:33