IPXC_CharFormat::ModifyMask Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_CharFormat::ModifyMask Method}}
 
{{#customTitle:IPXC_CharFormat::ModifyMask Method}}
{{#parentPage:PXV:IPXC_CharFormat|ModifyMask Method|method}}
+
{{#parentPage:PXV:IPXC_CharFormat#Methods|ModifyMask|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Allows adding or removing [[PXV:PXC_CharFormatMask|char format mask flags]].
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== 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 22: Line 21:
  
 
== 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