[]
Gets whether the attached FormattingBag class has direct formatting in the shape except ignored key.
protected bool HasDirectFormattingWithIgnore(string baseKey, string ignoredKeyPart)
| Type | Name | Description |
|---|---|---|
| string | baseKey | The base formatting key of the class. |
| string | ignoredKeyPart | The ignored formatting key (or key part) of the class. |
| Type | Description |
|---|---|
| bool | True if the attached FormattingBag class has direct formatting in the shape, otherwise false. Keys contained |
Gets whether the attached FormattingBag class has direct formatting in the shape except ignored key.
protected bool HasDirectFormattingWithIgnore(string parentKey, string baseKey, string ignoredKeyPart)
| Type | Name | Description |
|---|---|---|
| string | parentKey | The parent key of the object. |
| string | baseKey | The base formatting key of the class. |
| string | ignoredKeyPart | The ignored formatting key (or key part) of the class. |
| Type | Description |
|---|---|
| bool | True if the attached FormattingBag class has direct formatting in the shape, otherwise false. Keys contained |