Item
LayoutEnumerator indexer
Gets a named property of the entity.
public object this[string key] { get; }
Parameter | Description |
---|---|
key | A name of the property (case-sensitive). |
Return Value
Null if property is not available, otherwise value of the property.
Remarks
This is currently used to get font properties of spans. See Font
class for possible properties names. Not all properties are supported.
See Also
- class LayoutEnumerator
- namespace Aspose.Words.Layout
- assembly Aspose.Words