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)
매개변수형식설명
keySystem::String속성의 이름.
valuebool속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, double) method

double 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, double value)
매개변수형식설명
keySystem::String속성의 이름.
valuedouble속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, float) method

float 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, float value)
매개변수형식설명
keySystem::String속성의 이름.
valuefloat속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, int32_t) method

정수 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, int32_t value)
매개변수형식설명
keySystem::String속성의 이름.
valueint32_t속성의 값.

ReturnValue

속성 하나.

또 보기

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)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::ArrayPtr<System::String>속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, System::Drawing::Color) method

색상 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Color value)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::Drawing::Color속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, System::Drawing::Rectangle) method

사각형 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Rectangle value)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::Drawing::Rectangle속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, System::Drawing::Size) method

크기 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::Drawing::Size value)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::Drawing::Size속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, System::SharedPtr<Margins>) method

여백 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::SharedPtr<Margins> value)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::SharedPtr<Margins>속성의 값.

ReturnValue

속성 하나.

또 보기

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)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>속성의 값.

ReturnValue

속성 하나.

또 보기

UserProperties::SetProperty(System::String, System::String) method

문자열 속성 값을 설정합니다.

virtual System::SharedPtr<System::Object> Aspose::Page::UserProperties::SetProperty(System::String key, System::String value)
매개변수형식설명
keySystem::String속성의 이름.
valueSystem::String속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valuebool속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valuedouble속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valuefloat속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueint32_t속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueSystem::ArrayPtr<System::String>속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueSystem::Drawing::Color속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueSystem::Drawing::Rectangle속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueSystem::Drawing::Size속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueSystem::SharedPtr<Margins>속성의 값.

ReturnValue

속성 하나.

또 보기

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>>>속성 테이블.
keySystem::String속성의 이름.
valueSystem::SharedPtr<System::Drawing::Drawing2D::Matrix>속성의 값.

ReturnValue

속성 하나.

또 보기