Skip to content

Latest commit

 

History

History
117 lines (80 loc) · 3.53 KB

nf-tom-itextrange2-setinlineobject.md

File metadata and controls

117 lines (80 loc) · 3.53 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextRange2.SetInlineObject
ITextRange2::SetInlineObject (tom.h)
Sets or inserts the properties of an inline object for a degenerate range.
ITextRange2 interface [Windows Controls]
SetInlineObject method
ITextRange2.SetInlineObject
ITextRange2::SetInlineObject
SetInlineObject
SetInlineObject method [Windows Controls]
SetInlineObject method [Windows Controls]
ITextRange2 interface
controls.itextrange2_setinlineobject
tom/ITextRange2::SetInlineObject
controls\itextrange2_setinlineobject.htm
Controls
56876a42-a972-4a19-a8f7-a5e37c0d77f0
12/05/2018
ITextRange2 interface [Windows Controls],SetInlineObject method, ITextRange2.SetInlineObject, ITextRange2::SetInlineObject, SetInlineObject, SetInlineObject method [Windows Controls], SetInlineObject method [Windows Controls],ITextRange2 interface, controls.itextrange2_setinlineobject, tom/ITextRange2::SetInlineObject
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextRange2::SetInlineObject
tom/ITextRange2::SetInlineObject
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextRange2.SetInlineObject

ITextRange2::SetInlineObject

-description

Sets or inserts the properties of an inline object for a degenerate range.

-parameters

-param Type [in]

Type: long

The object type as defined in ITextRange2::GetInlineObject.

-param Align [in]

Type: long

The object alignment as defined in ITextRange2::GetInlineObject.

-param Char [in]

Type: long

The object character as defined in ITextRange2::GetInlineObject.

-param Char1 [in]

Type: long

The closing bracket (tomBrackets) character. See Unicode Technical Note 28 for a list of characters.

-param Char2 [in]

Type: long

The separator character for tomBracketsWithSeps, which can be one of the following values.

-param Count [in]

Type: long

The number of arguments in the inline object.

-param TeXStyle [in]

Type: long

The TeX style, as defined in ITextRange2::GetInlineObject.

-param cCol [in]

Type: long

The number of columns in the inline object. For tomMatrix only.

-returns

Type: HRESULT

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

-see-also

ITextRange2

ITextRange2::GetInlineObject