This topic has not yet been rated - Rate this topic

ITextPara2::SetProperty method

Sets the property value.

Syntax


HRESULT SetProperty(
  [in]  long Type,
  [in]  long Value
);

Parameters

Type [in]

Type: long

The property ID of the property value to set. See ITextPara2::GetProperty for a list of defined properties.

Value [in]

Type: long

The property value to set.

Return value

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Tom.h

DLL

Msftedit.dll

See also

ITextPara2
ITextPara2::GetProperty

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.