示例#1
0
 /** @param value whether shapes on the master slide should be shown or not. */
 public void setFollowMasterGraphics(boolean value) {
   _slide.setShowMasterSp(value);
 }