public class SimplePrintPart extends Object implements PrintPart, Serializable
Constructor and Description |
---|
SimplePrintPart() |
Modifier and Type | Method and Description |
---|---|
static SimplePrintPart |
fromJasperPrint(JasperPrint partJasperPrint,
String partName) |
String |
getName() |
PrintPageFormat |
getPageFormat() |
void |
setName(String name) |
void |
setPageFormat(PrintPageFormat pageFormat) |
public static SimplePrintPart fromJasperPrint(JasperPrint partJasperPrint, String partName)
public void setName(String name)
public PrintPageFormat getPageFormat()
getPageFormat
in interface PrintPart
public void setPageFormat(PrintPageFormat pageFormat)
Copyright © 2016. All rights reserved.