Examples of newTextPageNumberElement()


Examples of org.odftoolkit.odfdom.dom.element.text.TextSpanElement.newTextPageNumberElement()

  // package constructor, only called by Fields
  PageNumberField(OdfElement odfElement) {
    TextSpanElement spanElement = ((OdfFileDom) odfElement.getOwnerDocument()).newOdfElement(TextSpanElement.class);
    odfElement.appendChild(spanElement);
    pageNumberElement = spanElement.newTextPageNumberElement(null);
    setDisplayPage(DisplayType.CURRENT_PAGE);
    Component.registerComponent(this, getOdfElement());
  }

  /**
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.