Aspose::Page::IInteractiveDevice::AddOutline 메서드
IInteractiveDevice::AddOutline(int32_t, System::String) method
마지막 객체를 대상으로 하는 아웃라인 항목을 추가합니다.
virtual void Aspose::Page::IInteractiveDevice::AddOutline(int32_t outlineLevel, System::String description)=0
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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
| 매개변수 | 형식 | 설명 |
|---|---|---|
| origin | System::Drawing::PointF | 대상 원점입니다. |
| outlineLevel | int32_t | 개요 수준. |
| description | System::String | 항목 설명입니다. |
또 보기
- Class PointF
- Class String
- Class IInteractiveDevice
- Namespace Aspose::Page
- Library Aspose.Page for C++