[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextEffects.HasDirectFormatting

HasDirectFormatting Method

HasDirectFormatting(string, string)

Gets whether the direct formatting contains any data for an object with specified keys.

Declaration
protected override bool HasDirectFormatting(string parentKey, string baseKey)
Protected Overrides Function HasDirectFormatting(parentKey As String, baseKey As String) As Boolean
Parameters
Type Name Description
string parentKey

The parent key of the object.

string baseKey

The base key of the object.

Returns
Type Description
bool

true if the direct formatting is applied to the object with specified keys.

Overrides