add since tags

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-11-06 20:56:45 +00:00
parent 157512d437
commit e132050d2e
1 changed files with 5 additions and 1 deletions

View File

@ -150,6 +150,7 @@ public class AttachmentChunks implements ChunkGroup {
/**
* @return long path name for the attachment
* @since POI 5.4.0
*/
public StringChunk getAttachLongPathName() {
return attachLongPathName;
@ -157,14 +158,15 @@ public class AttachmentChunks implements ChunkGroup {
/**
* @return attachment content location -- relative or absolute URI matching reference in html body
* @since POI 5.4.0
*/
public StringChunk getAttachContentLocation() {
return attachContentLocation;
}
/**
*
* @return the display name of the attachment
* @since POI 5.4.0
*/
public StringChunk getAttachDisplayName() {
return attachDisplayName;
@ -172,6 +174,7 @@ public class AttachmentChunks implements ChunkGroup {
/**
* @return the language property for the attachment
* @since POI 5.4.0
*/
public StringChunk getAttachLanguage() {
return attachLanguage;
@ -207,6 +210,7 @@ public class AttachmentChunks implements ChunkGroup {
/**
* @return record key
* @since POI 5.4.0
*/
public ByteChunk getAttachRecordKey() {
return attachRecordKey;