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

org.nasdanika.drawio.Page Maven / Gradle / Ivy

The newest version!
package org.nasdanika.drawio;

import java.util.List;

public interface Page extends LinkTarget {

	Model getModel();

	String getName();
	
	void setName(String name);
	
	String getId();	
	
	Document getDocument();
	
	@Override
	List getChildren();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy