org.apache.poi.hsmf.datatypes
public class AttachmentChunks extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ByteChunk |
attachData |
StringChunk |
attachExtension |
StringChunk |
attachFileName |
StringChunk |
attachLongFileName |
StringChunk |
attachMimeTag |
static java.lang.String |
namePrefix |
Modifier and Type | Method and Description |
---|---|
static AttachmentChunks |
getInstance(boolean newStringType) |
public static final java.lang.String namePrefix
public ByteChunk attachData
public StringChunk attachExtension
public StringChunk attachFileName
public StringChunk attachLongFileName
public StringChunk attachMimeTag
public static AttachmentChunks getInstance(boolean newStringType)
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.