filter(inheritedByAddedText:)
Returns a copy of the attribute container with only attributes that specify the provided inheritance behavior.
Declaration
func filter(inheritedByAddedText: Bool) -> AttributeContainerParameters
- inheritedByAddedText:
An
inheritedByAddedTextvalue to filter. Attributes matching this value are included in the returned container.
Return Value
A copy of the attribute container with only attributes whose inheritedByAddedText property matches the provided value.