org.nasdanika.models.pdf.Paragraph Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.pdf;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Paragraph'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.pdf.Paragraph#getLines Lines}
*
*
* @see org.nasdanika.models.pdf.PdfPackage#getParagraph()
* @model
* @generated
*/
public interface Paragraph extends EObject {
/**
* Returns the value of the 'Lines' containment reference list.
* The list contents are of type {@link org.nasdanika.models.pdf.Line}.
*
*
* @return the value of the 'Lines' containment reference list.
* @see org.nasdanika.models.pdf.PdfPackage#getParagraph_Lines()
* @model containment="true"
* @generated
*/
EList getLines();
/**
*
*
* @model
* @generated
*/
String getText(String lineSeparator, String wordSeparator);
} // Paragraph
© 2015 - 2025 Weber Informatics LLC | Privacy Policy