[]
Tries to get the TocStyleLevel associated with a specified style name.
public bool TryGetStyle(string name, out TocStyleLevel item)
Public Function TryGetStyle(name As String, ByRef item As TocStyleLevel) As Boolean
Type | Name | Description |
---|---|---|
string | name | The style name. |
TocStyleLevel | item | OUT: the TocStyleLevel associated with |
Type | Description |
---|---|
bool | true if the collection contains a TocStyleLevel associated with |