ITextDocument.SetDefaultCharacterFormat(ITextCharacterFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the default character formatting attributes of the document.
public:
void SetDefaultCharacterFormat(ITextCharacterFormat ^ value);
void SetDefaultCharacterFormat(ITextCharacterFormat const& value);
public void SetDefaultCharacterFormat(ITextCharacterFormat value);
function setDefaultCharacterFormat(value)
Public Sub SetDefaultCharacterFormat (value As ITextCharacterFormat)
Parameters
- value
- ITextCharacterFormat
The new default character formatting attributes.