Class XDDFTitle


  • @Beta
    public class XDDFTitle
    extends java.lang.Object
    Since:
    4.0.1
    • Constructor Summary

      Constructors 
      Constructor Description
      XDDFTitle​(TextContainer parent, org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      XDDFTextBody getBody()  
      void setOverlay​(java.lang.Boolean overlay)  
      void setText​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XDDFTitle

        public XDDFTitle​(TextContainer parent,
                         org.openxmlformats.schemas.drawingml.x2006.chart.CTTitle title)
    • Method Detail

      • setText

        public void setText​(java.lang.String text)
      • setOverlay

        public void setOverlay​(java.lang.Boolean overlay)