OmrEngine.GetTemplateProcessor
GetTemplateProcessor(MemoryStream, Encoding)
を作成しますTemplateProcessor
指定されたテンプレートを使用できるインスタンス.
public TemplateProcessor GetTemplateProcessor(MemoryStream templateContent, Encoding textEncoding)
パラメータ | タイプ | 説明 |
---|---|---|
templateContent | MemoryStream | テンプレート テキスト コンテンツを含むメモリ ストリーム |
textEncoding | Encoding | テンプレート コンテンツのエンコーディング |
戻り値
関連項目
- class TemplateProcessor
- class OmrEngine
- 名前空間 Aspose.OMR.Api
- 組み立て Aspose.OMR
GetTemplateProcessor(string)
を作成しますTemplateProcessor
指定されたテンプレートを使用できるインスタンス.
public TemplateProcessor GetTemplateProcessor(string templatePath)
パラメータ | タイプ | 説明 |
---|---|---|
templatePath | String | OMR テンプレート ファイルへのパス |
戻り値
関連項目
- class TemplateProcessor
- class OmrEngine
- 名前空間 Aspose.OMR.Api
- 組み立て Aspose.OMR