Ejemplo n.º 1
0
 public StyleWithProperties getDefaultDrawingPageStyle() {
   return (StyleWithProperties) drawingPage.getDefaultStyle();
 }
Ejemplo n.º 2
0
 public StyleWithProperties getDefaultPresentationStyle() {
   return (StyleWithProperties) presentation.getDefaultStyle();
 }
Ejemplo n.º 3
0
 public StyleWithProperties getDefaultCellStyle() {
   return (StyleWithProperties) cell.getDefaultStyle();
 }
Ejemplo n.º 4
0
 public StyleWithProperties getDefaultFrameStyle() {
   return (StyleWithProperties) frame.getDefaultStyle();
 }
Ejemplo n.º 5
0
 public StyleWithProperties getDefaultParStyle() {
   return (StyleWithProperties) par.getDefaultStyle();
 }