C# Class SwfDotNet.IO.Tags.Types.TextRecordCollection

TextRecordCollection class
Inheritance: System.Collections.CollectionBase
Datei anzeigen Open project: bladecoding/SwfExport Class Usage Examples

Public Properties

Property Type Description
ADVANCE_BITS byte
GLYPH_BITS byte

Public Methods

Method Description
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.

Method Details

Add() public method

Adds the specified value.
public Add ( TextRecord value ) : TextRecord
value TextRecord Value.
return TextRecord

AddRange() public method

Adds the range.
public AddRange ( TextRecord values ) : void
values TextRecord Values.
return void

Contains() public method

Containses the specified value.
public Contains ( TextRecord value ) : bool
value TextRecord Value.
return bool

IndexOf() public method

Get the index of.
public IndexOf ( TextRecord value ) : int
value TextRecord Value.
return int

Insert() public method

Inserts the specified index.
public Insert ( int index, TextRecord value ) : void
index int Index.
value TextRecord Value.
return void

Remove() public method

Removes the specified value.
public Remove ( TextRecord value ) : void
value TextRecord Value.
return void

TextRecordCollection() public method

Creates a new TextRecordCollection instance.
public TextRecordCollection ( ) : System
return System

this() public method

Gets or sets the TextRecord at the specified index.
public this ( int index ) : TextRecord
index int
return TextRecord

Property Details

ADVANCE_BITS public_oe static_oe property

Advance bits number
public static byte ADVANCE_BITS
return byte

GLYPH_BITS public_oe static_oe property

Glyph bits number
public static byte GLYPH_BITS
return byte