mirror of https://github.com/apache/poi.git
update changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4299690639
commit
836512cc1f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue