Aspose::Page::UserProperties::SetProperty 메서드
내용물
[
숨다
]UserProperties::SetProperty(System::String, bool) method
boolean 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, bool value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | bool | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, double) method
double 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | double | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, float) method
float 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | float | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, int32_t) method
정수 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | int32_t | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::ArrayPtr<System::String>) method
문자열 배열 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::ArrayPtr<System::String> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::ArrayPtr<System::String> | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Color) method
색상 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::Drawing::Color | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method
사각형 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::Drawing::Rectangle | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::Drawing::Size) method
크기 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::Drawing::Size | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method
여백 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::SharedPtr<Margins> | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
행렬 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::String, System::String) method
문자열 속성 값을 설정합니다.
virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key | System::String | 속성의 이름. |
| value | System::String | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, bool) method
지정된 속성 테이블에서 boolean 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, bool value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | bool | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, double) method
지정된 속성 테이블에서 double 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, double value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | double | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, float) method
지정된 속성 테이블에서 float 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, float value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | float | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, int32_t) method
지정된 속성 테이블에서 정수 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, int32_t value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | int32_t | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::ArrayPtr<System::String>) method
지정된 속성 테이블에서 문자열 배열 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::ArrayPtr<System::String> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | System::ArrayPtr<System::String> | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Typedef ArrayPtr
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Color) method
지정된 속성 테이블에서 색상 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Color value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | System::Drawing::Color | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Color
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Rectangle) method
지정된 속성 테이블에서 사각형 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Rectangle value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | System::Drawing::Rectangle | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Rectangle
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::Drawing::Size) method
지정된 속성 테이블에서 크기 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::Drawing::Size value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | System::Drawing::Size | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Size
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<Margins>) method
지정된 속성 테이블에서 여백 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<Margins> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | System::SharedPtr<Margins> | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Margins
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++
UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>>, System::String, System::SharedPtr<System::Drawing::Drawing2D::Matrix>) method
지정된 속성 테이블에서 행렬 속성 값을 설정합니다.
static System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> properties, System::String key, System::SharedPtr<System::Drawing::Drawing2D::Matrix> value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 속성들 | System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<System::Object>>> | 속성 테이블. |
| key | System::String | 속성의 이름. |
| value | System::SharedPtr<System::Drawing::Drawing2D::Matrix> | 속성의 값. |
ReturnValue
속성 하나.
또 보기
- Typedef SharedPtr
- Class Object
- Class Dictionary
- Class String
- Class Matrix
- Class UserProperties
- Namespace Aspose::Page
- Library Aspose.Page for C++