Aspose::Page::XPS::XpsMetadata::Option クラス
Option class
共通の PrintTicketOption を実装するクラスです。すべてのスキーマ定義オプションの基底クラスです。Option 要素は、このオプションに関連付けられたすべての Property と ScoredProperty 要素を含みます。 https://docs.microsoft.com/en-us/windows/win32/printdocs/option。
class Option : public Aspose::Page::XPS::XpsMetadata::CompositePrintTicketElement,
public virtual Aspose::Page::XPS::XpsMetadata::IFeatureItem
メソッド
| メソッド | 説明 |
|---|---|
| Add(const System::ArrayPtr<System::SharedPtr<IOptionItem>>&) | このオプションのアイテムリストの末尾に項目のリストを追加します。各項目は ScoredProperty または Property のインスタンスでなければなりません。 |
| Option(System::String, const System::ArrayPtr<System::SharedPtr<IOptionItem>>&) | 新しい PrintTicket オプションインスタンスを作成します。 |
| Option(const System::ArrayPtr<System::SharedPtr<IOptionItem>>&) | 新しい PrintTicket オプションインスタンスを作成します。 |
| Option(System::SharedPtr<Option>) | クローンオプションインスタンスを作成します。 |
参照
- Class CompositePrintTicketElement
- Class IFeatureItem
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++