DocumentFontsSubsystem.DocumentFontsSubsystem
inhoud
[
verbergen
]DocumentFontsSubsystem(Stream, Dictionary<string, string>)
Initialiseert een nieuw exemplaar van hetDocumentFontsSubsystem
klasse.
public DocumentFontsSubsystem(Stream defaultFontStream,
Dictionary<string, string> fontsSubstitutions = null)
Parameter | Type | Beschrijving |
---|---|---|
defaultFontStream | Stream | Het standaardlettertype. |
fontsSubstitutions | Dictionary`2 | De vervangingen van lettertypen. |
Zie ook
- class DocumentFontsSubsystem
- naamruimte Aspose.Note.Fonts
- montage Aspose.Note
DocumentFontsSubsystem(string, Dictionary<string, string>)
Initialiseert een nieuw exemplaar van hetDocumentFontsSubsystem
klasse.
public DocumentFontsSubsystem(string defaultFontFile,
Dictionary<string, string> fontsSubstitutions = null)
Parameter | Type | Beschrijving |
---|---|---|
defaultFontFile | String | Het standaardlettertype. |
fontsSubstitutions | Dictionary`2 | De vervangingen van lettertypen. |
Zie ook
- class DocumentFontsSubsystem
- naamruimte Aspose.Note.Fonts
- montage Aspose.Note
DocumentFontsSubsystem(Dictionary<string, string>)
Initialiseert een nieuw exemplaar van hetDocumentFontsSubsystem
klasse.
public DocumentFontsSubsystem(Dictionary<string, string> fontsSubstitutions = null)
Parameter | Type | Beschrijving |
---|---|---|
fontsSubstitutions | Dictionary`2 | De vervangingen van lettertypen. |
Zie ook
- class DocumentFontsSubsystem
- naamruimte Aspose.Note.Fonts
- montage Aspose.Note