update changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-09-17 16:39:35 +00:00
parent 4299690639
commit 836512cc1f
1 changed files with 2 additions and 0 deletions

View File

@ -476,6 +476,7 @@ public class XSLFPictureShape extends XSLFSimpleShape
/**
* @return boolean; true if the picture is an audio
* @since POI 5.2.4
*/
public boolean isAudioFile() {
CTApplicationNonVisualDrawingProps nvPr = getCTApplicationNonVisualDrawing();
@ -484,6 +485,7 @@ public class XSLFPictureShape extends XSLFSimpleShape
/**
* @return the link ID for the audio file
* @since POI 5.2.4
*/
public String getAudioFileLink() {
CTApplicationNonVisualDrawingProps nvPr = getCTApplicationNonVisualDrawing();