All Implemented Interfaces:
XPathEnabled<Sld>

public final class SlidePart
extends JaxbPmlPart<Sld>
  • Field Details

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

  • Method Details

    • init

      public void init()
    • setMceIgnorable

      protected void setMceIgnorable​(McIgnorableNamespaceDeclarator namespacePrefixMapper)
      Description copied from class: JaxbXmlPart
      Where the mc:Ignorable attribute is present, ensure its contents matches the ignorable namespaces actually present.
      Overrides:
      setMceIgnorable in class JaxbXmlPart<Sld>
    • createSld

      public static Sld createSld() throws jakarta.xml.bind.JAXBException
      Throws:
      jakarta.xml.bind.JAXBException
    • getResolvedLayout

      public ResolvedLayout getResolvedLayout()
    • setPartShortcut

      public boolean setPartShortcut​(Part part)
    • setPartShortcut

      public boolean setPartShortcut​(Part part, java.lang.String relationshipType)
      Description copied from class: Base
      Tell the source Part about this target Part, so the source can use this part via a convenience method.
      Overrides:
      setPartShortcut in class Part
      Returns:
      true if the source Part does use the target Part in a convenience method.
    • getNotesSlidePart

      public NotesSlidePart getNotesSlidePart()
    • getSlideLayoutPart

      public SlideLayoutPart getSlideLayoutPart()
    • getCommentsPart

      public CommentsPart getCommentsPart()
      Since:
      3.2.0
    • createNotesSlidePart

      public NotesSlidePart createNotesSlidePart​(NotesMasterPart nmp) throws InvalidFormatException, jakarta.xml.bind.JAXBException
      Throws:
      InvalidFormatException
      jakarta.xml.bind.JAXBException
      Since:
      8.1.3, 11.1.3