Description
Assembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Defines the FontList - list of document fonts.
Namespace: Docs.WordAssembly: Docs.Word (in Docs.Word.dll) Version: 2.3.0.0 (2.3)
Syntax
C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class FontList : BaseList<Font>
<SerializableAttribute> _ Public Class FontList _ Inherits BaseList(Of Font)
[SerializableAttribute] public ref class FontList : public BaseList<Font^>
Members
All Members | Constructors ![]() | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | FontList()()()() | Initializes a new instance of the FontList class |
![]() | Add()()()() |
Adds a copy of last element to the end of this list.
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | Copy()()()() |
Creates a deep copy of this FontList instance.
|
![]() | Last |
Returns the last element in this list.
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | Penultimate |
Returns the penultimate element in this list.
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | RemoveLast()()()() |
Removes last element in this list.
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | Rotate(Int32) |
Rotate list
(Inherited from BaseList<(Of <(<'T>)>)>.) |
![]() | ToString()()()() |
Returns a string representation of this FontList instance.
|
Inheritance Hierarchy
System..::..Object
System.Collections.Generic..::..List<(Of <(<'Font>)>)>
Docs.Word..::..BaseList<(Of <(<'Font>)>)>
Docs.Word..::..FontList
System.Collections.Generic..::..List<(Of <(<'Font>)>)>
Docs.Word..::..BaseList<(Of <(<'Font>)>)>
Docs.Word..::..FontList