public class CFF2Sub extends Object
The Sub section of the CFF2 format
| Constructor and Description |
|---|
CFF2Sub(String name)
Initializes a new instance of the
CFF2Sub class |
| Modifier and Type | Method and Description |
|---|---|
List<CFF2DrawnElement> |
getDrawnElements()
The drawn elements
|
String |
getName()
The name of section.
|
void |
setName(String value)
The name of section.
|
public final String getName()
The name of section.
public final void setName(String value)
The name of section.
public final List<CFF2DrawnElement> getDrawnElements()
The drawn elements
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.