Package net.sf.jasperreports.engine
Interface PrintPart
-
- All Superinterfaces:
JRPropertiesHolder
- All Known Implementing Classes:
SimplePrintPart
public interface PrintPart extends JRPropertiesHolder
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENT_PROPERTY_PART_NAME
static String
PROPERTIES_TRANSFER_PREFIX
static String
PROPERTY_VISIBLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
PrintPageFormat
getPageFormat()
-
Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder
getParentProperties, getPropertiesMap, hasProperties
-
-
-
-
Field Detail
-
PROPERTIES_TRANSFER_PREFIX
static final String PROPERTIES_TRANSFER_PREFIX
- See Also:
- Constant Field Values
-
ELEMENT_PROPERTY_PART_NAME
static final String ELEMENT_PROPERTY_PART_NAME
- See Also:
- Constant Field Values
-
PROPERTY_VISIBLE
static final String PROPERTY_VISIBLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
-
getPageFormat
PrintPageFormat getPageFormat()
-
-