Aspose::Page::IInteractiveDevice::AddOutline 方法
IInteractiveDevice::AddOutline(int32_t, System::String) method
添加一个大纲项,以最后的对象为目标。
virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
| Parameter | Type | 描述 |
|---|---|---|
| outlineLevel | int32_t | 大纲级别。 |
| description | System::String | 项目描述。 |
另见
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++
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
| Parameter | Type | 描述 |
|---|---|---|
| origin | System::Drawing::PointF | 目标来源。 |
| outlineLevel | int32_t | 大纲级别。 |
| description | System::String | 项目描述。 |
另见
- Class PointF
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++