IPXC_CharFormat::ModifyMask Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CharFormat::ModifyMask Method}}
 
{{#customTitle:IPXC_CharFormat::ModifyMask Method}}
 +
{{#parentPage:PXV:IPXC_CharFormat#Methods|ModifyMask|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Allows adding or removing [[PXV:PXC_CharFormatMask|char format mask flags]].
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT ModifyMask(ULONG nAdd, [in, defaultvalue(0)] ULONG nRemove);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT ModifyMask(                       ULONG nAdd,
 +
                  [in, defaultvalue(0)] ULONG nRemove);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nAdd''
+
;nAdd
: Value of ULONG.
+
: Value of ULONG containing the flags that should be added to the mask.
;''nRemove''
+
;nRemove
:[in, defaultvalue(0)]  Value of ULONG.
+
:[in, defaultvalue(0)]  Value of ULONG containing the flags that should be removed from the mask.
  
 
== Return Value ==
 
== Return Value ==
Line 17: Line 21:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_CharFormat|IPXC_CharFormat]].
+
[[PXV:IPXC_CharFormat|IPXC_CharFormat]]

Latest revision as of 05:28, 1 November 2016


Allows adding or removing char format mask flags.

Syntax

HRESULT ModifyMask(                       ULONG  nAdd,
                   [in, defaultvalue(0)]  ULONG  nRemove);

Parameters

nAdd
Value of ULONG containing the flags that should be added to the mask.
nRemove
[in, defaultvalue(0)] Value of ULONG containing the flags that should be removed from the mask.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_CharFormat