All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mmarquee.automation.controls.DocumentPage Maven / Gradle / Ivy

There is a newer version: 0.7.0
Show newest version
package mmarquee.automation.controls;

/**
 * Represents a page in a document - i.e. a Word document.
 *
 * @author Mark Humphreys
 * Date 28/01/2017.
 *
 * It seems to be a specific set of custom elements.
 */
public final class DocumentPage extends Custom {
    /**
     * Constructor for the DocumentPage.
     *
     * @param builder The builder
     */
    public DocumentPage(final ElementBuilder builder) {
        super(builder);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy