Aspose::Page::XPS::XpsModel::XpsCanvas 클래스
내용물
[
숨다
]XpsCanvas class
Canvas 요소 기능을 캡슐화하는 클래스. 이 요소는 요소들을 함께 그룹화합니다. 예를 들어, Glyphs와 Path 요소를 캔버스에 그룹화하여 단위(하이퍼링크 대상)로 식별하거나 각 자식 및 상위 요소에 복합 속성 값을 적용할 수 있습니다.
class XpsCanvas : public Aspose::Page::XPS::XpsModel::XpsContentElement
메서드
| 메서드 | 설명 |
|---|---|
| Add(T) | 이 캔버스의 자식 목록에 요소를 추가합니다. |
| AddCanvas() | 이 캔버스의 자식 목록에 새 캔버스를 추가합니다. |
| AddGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) | 이 캔버스의 자식 목록에 새 글리프를 추가합니다. |
| AddPath(System::SharedPtr<XpsPathGeometry>) | 이 캔버스의 자식 목록에 새 경로를 추가합니다. |
| Clone() | 이 캔버스를 복제합니다. |
| get_EdgeMode() const | 캔버스 내 경로 가장자리의 렌더링 방식을 제어하는 값을 반환/설정합니다. |
| Insert(int32_t, T) | 이 캔버스의 자식 목록에 index 위치에 요소를 삽입합니다. |
| InsertCanvas(int32_t) | 이 캔버스의 자식 목록에 index 위치에 새 캔버스를 삽입합니다. |
| InsertGlyphs(int32_t, System::String, float, System::Drawing::FontStyle, float, float, System::String) | 이 캔버스의 자식 목록에 index 위치에 새 글리프를 삽입합니다. |
| InsertPath(int32_t, System::SharedPtr<XpsPathGeometry>) | 이 캔버스의 자식 목록에 index 위치에 새 경로를 삽입합니다. |
| set_EdgeMode(XpsEdgeMode) | 캔버스 내 경로 가장자리의 렌더링 방식을 제어하는 값을 반환/설정합니다. |
또 보기
- Class XpsContentElement
- Namespace Aspose::Page::XPS::XpsModel
- Library Aspose.Page for C++