Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912373 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Sep 17, 2023
1 parent 4299690 commit 836512c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ private CTApplicationNonVisualDrawingProps getCTApplicationNonVisualDrawing() {

/**
* @return boolean; true if the picture is an audio
* @since POI 5.2.4
*/
public boolean isAudioFile() {
CTApplicationNonVisualDrawingProps nvPr = getCTApplicationNonVisualDrawing();
Expand All @@ -484,6 +485,7 @@ public boolean isAudioFile() {

/**
* @return the link ID for the audio file
* @since POI 5.2.4
*/
public String getAudioFileLink() {
CTApplicationNonVisualDrawingProps nvPr = getCTApplicationNonVisualDrawing();
Expand Down

0 comments on commit 836512c

Please sign in to comment.