Aspose::Page::IInteractiveDevice::AddOutline メソッド

IInteractiveDevice::AddOutline(int32_t, System::String) method

最後のオブジェクトをターゲットとしてアウトライン項目を追加します。

virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
パラメーター説明
outlineLevelint32_tアウトラインレベル。
descriptionSystem::String項目の説明。

参照

IInteractiveDevice::AddOutline(System::Drawing::PointF, int32_t, System::String) method

原点をターゲットとしてアウトライン項目を追加します。

virtual void Aspose::Page::IInteractiveDevice::AddOutline(System::Drawing::PointF origin, int32_t outlineLevel, System::String description)=0
パラメーター説明
originSystem::Drawing::PointF対象の起点。
outlineLevelint32_tアウトラインレベル。
descriptionSystem::String項目の説明。

参照