C# Класс SwfDotNet.IO.Tags.Types.TextRecordCollection

TextRecordCollection class
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ADVANCE_BITS byte
GLYPH_BITS byte

Открытые методы

Метод Описание
Add ( TextRecord value ) : TextRecord

Adds the specified value.

AddRange ( TextRecord values ) : void

Adds the range.

Contains ( TextRecord value ) : bool

Containses the specified value.

IndexOf ( TextRecord value ) : int

Get the index of.

Insert ( int index, TextRecord value ) : void

Inserts the specified index.

Remove ( TextRecord value ) : void

Removes the specified value.

TextRecordCollection ( ) : System

Creates a new TextRecordCollection instance.

this ( int index ) : TextRecord

Gets or sets the TextRecord at the specified index.

Описание методов

Add() публичный Метод

Adds the specified value.
public Add ( TextRecord value ) : TextRecord
value TextRecord Value.
Результат TextRecord

AddRange() публичный Метод

Adds the range.
public AddRange ( TextRecord values ) : void
values TextRecord Values.
Результат void

Contains() публичный Метод

Containses the specified value.
public Contains ( TextRecord value ) : bool
value TextRecord Value.
Результат bool

IndexOf() публичный Метод

Get the index of.
public IndexOf ( TextRecord value ) : int
value TextRecord Value.
Результат int

Insert() публичный Метод

Inserts the specified index.
public Insert ( int index, TextRecord value ) : void
index int Index.
value TextRecord Value.
Результат void

Remove() публичный Метод

Removes the specified value.
public Remove ( TextRecord value ) : void
value TextRecord Value.
Результат void

TextRecordCollection() публичный Метод

Creates a new TextRecordCollection instance.
public TextRecordCollection ( ) : System
Результат System

this() публичный Метод

Gets or sets the TextRecord at the specified index.
public this ( int index ) : TextRecord
index int
Результат TextRecord

Описание свойств

ADVANCE_BITS публичное статическое свойство

Advance bits number
public static byte ADVANCE_BITS
Результат byte

GLYPH_BITS публичное статическое свойство

Glyph bits number
public static byte GLYPH_BITS
Результат byte