Package | Description |
---|---|
com.aspose.cad.jasperreports.pdf |
The package contains PDF file format exporter classes.
|
Modifier and Type | Method and Description |
---|---|
FontEmbeddingRuleEnum |
ASPdfExportParametersBean.getFontEmbeddingRuleEnum()
Gets or sets the font embedding rule.
|
FontEmbeddingRuleEnum |
ASPdfExportConfigurationImpl.getFontEmbeddingRuleEnum()
Gets or sets the font embedding rule.
|
FontEmbeddingRuleEnum |
ASPdfExportConfiguration.getFontEmbeddingRuleEnum()
Gets or sets the font embedding rule.
|
static FontEmbeddingRuleEnum |
FontEmbeddingRuleEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FontEmbeddingRuleEnum[] |
FontEmbeddingRuleEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ASPdfExportParametersBean.setFontEmbeddingRuleEnum(FontEmbeddingRuleEnum fontEmbeddingRuleEnum)
Gets or sets the font embedding rule.
|
void |
ASPdfExportConfigurationImpl.setFontEmbeddingRuleEnum(FontEmbeddingRuleEnum fontEmbeddingRuleEnum)
Gets or sets the font embedding rule.
|