org.zwobble.mammoth.internal.documents.HasChildren Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mammoth Show documentation
Show all versions of mammoth Show documentation
Convert Word documents to simple and clean HTML
package org.zwobble.mammoth.internal.documents;
import java.util.List;
public interface HasChildren {
List getChildren();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy