Aspose::Page::IInteractiveDevice::AddOutline 方法

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

添加一个大纲项,以最后的对象为目标。

virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
ParameterType描述
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
ParameterType描述
originSystem::Drawing::PointF目标来源。
outlineLevelint32_t大纲级别。
descriptionSystem::String项目描述。

另见