public class FontResource extends Object
Font resources data structer
| Modifier and Type | Field and Description |
|---|---|
String |
File
file name of the resource.
|
String |
Name
name of resource
|
FontResource |
Next
link to next resource.
|
| Constructor and Description |
|---|
FontResource() |
public String Name
name of resource
public String File
file name of the resource.
public FontResource Next
link to next resource.
Copyright © 2016 Aspose. All Rights Reserved.