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