Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.text.tabwriter
  • Platforms: .NET, .NET Standard 2.0, Island

 

AlignRight

 

// .NET, .NET Standard 2.0
const AlignRight: UInt64 = 4;
// Island
const AlignRight: uint = 4;

 

// .NET, .NET Standard 2.0
const UInt64 AlignRight = 4
// Island
const uint AlignRight = 4

 

// .NET, .NET Standard 2.0
static let AlignRight: UInt64 = 4
// Island
static let AlignRight: uint = 4

 

// .NET, .NET Standard 2.0
const AlignRight UInt64 = 4
// Island
const AlignRight uint = 4

 

// .NET, .NET Standard 2.0
Dim AlignRight As UInt64 = 4
// Island
Dim AlignRight As uint = 4

Debug

 

// .NET, .NET Standard 2.0
const Debug: UInt64 = 32;
// Island
const Debug: uint = 32;

 

// .NET, .NET Standard 2.0
const UInt64 Debug = 32
// Island
const uint Debug = 32

 

// .NET, .NET Standard 2.0
static let Debug: UInt64 = 32
// Island
static let Debug: uint = 32

 

// .NET, .NET Standard 2.0
const Debug UInt64 = 32
// Island
const Debug uint = 32

 

// .NET, .NET Standard 2.0
Dim Debug As UInt64 = 32
// Island
Dim Debug As uint = 32

DiscardEmptyColumns

 

// .NET, .NET Standard 2.0
const DiscardEmptyColumns: UInt64 = 8;
// Island
const DiscardEmptyColumns: uint = 8;

 

// .NET, .NET Standard 2.0
const UInt64 DiscardEmptyColumns = 8
// Island
const uint DiscardEmptyColumns = 8

 

// .NET, .NET Standard 2.0
static let DiscardEmptyColumns: UInt64 = 8
// Island
static let DiscardEmptyColumns: uint = 8

 

// .NET, .NET Standard 2.0
const DiscardEmptyColumns UInt64 = 8
// Island
const DiscardEmptyColumns uint = 8

 

// .NET, .NET Standard 2.0
Dim DiscardEmptyColumns As UInt64 = 8
// Island
Dim DiscardEmptyColumns As uint = 8

Escape

 

const Escape: Char = #255;

 

const Char Escape = (char)255

 

static let Escape: Char = \u{00FF}

 

const Escape Char = \x255

 

Dim Escape As Char = CChar(255)

FilterHTML

 

// .NET, .NET Standard 2.0
const FilterHTML: UInt64 = 1;
// Island
const FilterHTML: uint = 1;

 

// .NET, .NET Standard 2.0
const UInt64 FilterHTML = 1
// Island
const uint FilterHTML = 1

 

// .NET, .NET Standard 2.0
static let FilterHTML: UInt64 = 1
// Island
static let FilterHTML: uint = 1

 

// .NET, .NET Standard 2.0
const FilterHTML UInt64 = 1
// Island
const FilterHTML uint = 1

 

// .NET, .NET Standard 2.0
Dim FilterHTML As UInt64 = 1
// Island
Dim FilterHTML As uint = 1

NewWriter

 

// .NET, .NET Standard 2.0
class method NewWriter(output: Writer; minwidth: int; tabwidth: int; padding: int; padchar: byte; flags: uint): Memory<Writer>
// Island
class method NewWriter(output: Writer; minwidth: int; tabwidth: int; padding: int; padchar: byte; flags: uint): Memory<Writer>

 

// .NET, .NET Standard 2.0
static Memory<Writer> NewWriter(Writer output, int minwidth, int tabwidth, int padding, byte padchar, uint flags)
// Island
static Memory<Writer> NewWriter(Writer output, int minwidth, int tabwidth, int padding, byte padchar, uint flags)

 

// .NET, .NET Standard 2.0
static func NewWriter(_ output: Writer, _ minwidth: int, _ tabwidth: int, _ padding: int, _ padchar: byte, _ flags: uint) -> Memory<Writer>
// Island
static func NewWriter(_ output: Writer, _ minwidth: int, _ tabwidth: int, _ padding: int, _ padchar: byte, _ flags: uint) -> Memory<Writer>

 

// .NET, .NET Standard 2.0
func NewWriter(output Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) Memory<Writer>
// Island
func NewWriter(output Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) Memory<Writer>

 

// .NET, .NET Standard 2.0
Shared Function NewWriter(output As Writer, minwidth As int, tabwidth As int, padding As int, padchar As byte, flags As uint) As Memory<Writer>
// Island
Shared Function NewWriter(output As Writer, minwidth As int, tabwidth As int, padding As int, padchar As byte, flags As uint) As Memory<Writer>

Parameters:

  • output:
  • minwidth:
  • tabwidth:
  • padding:
  • padchar:
  • flags:

StripEscape

 

// .NET, .NET Standard 2.0
const StripEscape: UInt64 = 2;
// Island
const StripEscape: uint = 2;

 

// .NET, .NET Standard 2.0
const UInt64 StripEscape = 2
// Island
const uint StripEscape = 2

 

// .NET, .NET Standard 2.0
static let StripEscape: UInt64 = 2
// Island
static let StripEscape: uint = 2

 

// .NET, .NET Standard 2.0
const StripEscape UInt64 = 2
// Island
const StripEscape uint = 2

 

// .NET, .NET Standard 2.0
Dim StripEscape As UInt64 = 2
// Island
Dim StripEscape As uint = 2

TabIndent

 

// .NET, .NET Standard 2.0
const TabIndent: UInt64 = 16;
// Island
const TabIndent: uint = 16;

 

// .NET, .NET Standard 2.0
const UInt64 TabIndent = 16
// Island
const uint TabIndent = 16

 

// .NET, .NET Standard 2.0
static let TabIndent: UInt64 = 16
// Island
static let TabIndent: uint = 16

 

// .NET, .NET Standard 2.0
const TabIndent UInt64 = 16
// Island
const TabIndent uint = 16

 

// .NET, .NET Standard 2.0
Dim TabIndent As UInt64 = 16
// Island
Dim TabIndent As uint = 16

 

AlignRight

 

// .NET, .NET Standard 2.0
const AlignRight: UInt64 = 4;
// Island
const AlignRight: uint = 4;

 

// .NET, .NET Standard 2.0
const UInt64 AlignRight = 4
// Island
const uint AlignRight = 4

 

// .NET, .NET Standard 2.0
static let AlignRight: UInt64 = 4
// Island
static let AlignRight: uint = 4

 

// .NET, .NET Standard 2.0
const AlignRight UInt64 = 4
// Island
const AlignRight uint = 4

 

// .NET, .NET Standard 2.0
Dim AlignRight As UInt64 = 4
// Island
Dim AlignRight As uint = 4

Debug

 

// .NET, .NET Standard 2.0
const Debug: UInt64 = 32;
// Island
const Debug: uint = 32;

 

// .NET, .NET Standard 2.0
const UInt64 Debug = 32
// Island
const uint Debug = 32

 

// .NET, .NET Standard 2.0
static let Debug: UInt64 = 32
// Island
static let Debug: uint = 32

 

// .NET, .NET Standard 2.0
const Debug UInt64 = 32
// Island
const Debug uint = 32

 

// .NET, .NET Standard 2.0
Dim Debug As UInt64 = 32
// Island
Dim Debug As uint = 32

DiscardEmptyColumns

 

// .NET, .NET Standard 2.0
const DiscardEmptyColumns: UInt64 = 8;
// Island
const DiscardEmptyColumns: uint = 8;

 

// .NET, .NET Standard 2.0
const UInt64 DiscardEmptyColumns = 8
// Island
const uint DiscardEmptyColumns = 8

 

// .NET, .NET Standard 2.0
static let DiscardEmptyColumns: UInt64 = 8
// Island
static let DiscardEmptyColumns: uint = 8

 

// .NET, .NET Standard 2.0
const DiscardEmptyColumns UInt64 = 8
// Island
const DiscardEmptyColumns uint = 8

 

// .NET, .NET Standard 2.0
Dim DiscardEmptyColumns As UInt64 = 8
// Island
Dim DiscardEmptyColumns As uint = 8

Escape

 

const Escape: Char = #255;

 

const Char Escape = (char)255

 

static let Escape: Char = \u{00FF}

 

const Escape Char = \x255

 

Dim Escape As Char = CChar(255)

FilterHTML

 

// .NET, .NET Standard 2.0
const FilterHTML: UInt64 = 1;
// Island
const FilterHTML: uint = 1;

 

// .NET, .NET Standard 2.0
const UInt64 FilterHTML = 1
// Island
const uint FilterHTML = 1

 

// .NET, .NET Standard 2.0
static let FilterHTML: UInt64 = 1
// Island
static let FilterHTML: uint = 1

 

// .NET, .NET Standard 2.0
const FilterHTML UInt64 = 1
// Island
const FilterHTML uint = 1

 

// .NET, .NET Standard 2.0
Dim FilterHTML As UInt64 = 1
// Island
Dim FilterHTML As uint = 1

StripEscape

 

// .NET, .NET Standard 2.0
const StripEscape: UInt64 = 2;
// Island
const StripEscape: uint = 2;

 

// .NET, .NET Standard 2.0
const UInt64 StripEscape = 2
// Island
const uint StripEscape = 2

 

// .NET, .NET Standard 2.0
static let StripEscape: UInt64 = 2
// Island
static let StripEscape: uint = 2

 

// .NET, .NET Standard 2.0
const StripEscape UInt64 = 2
// Island
const StripEscape uint = 2

 

// .NET, .NET Standard 2.0
Dim StripEscape As UInt64 = 2
// Island
Dim StripEscape As uint = 2

TabIndent

 

// .NET, .NET Standard 2.0
const TabIndent: UInt64 = 16;
// Island
const TabIndent: uint = 16;

 

// .NET, .NET Standard 2.0
const UInt64 TabIndent = 16
// Island
const uint TabIndent = 16

 

// .NET, .NET Standard 2.0
static let TabIndent: UInt64 = 16
// Island
static let TabIndent: uint = 16

 

// .NET, .NET Standard 2.0
const TabIndent UInt64 = 16
// Island
const TabIndent uint = 16

 

// .NET, .NET Standard 2.0
Dim TabIndent As UInt64 = 16
// Island
Dim TabIndent As uint = 16

 

NewWriter

 

// .NET, .NET Standard 2.0
class method NewWriter(output: Writer; minwidth: int; tabwidth: int; padding: int; padchar: byte; flags: uint): Memory<Writer>
// Island
class method NewWriter(output: Writer; minwidth: int; tabwidth: int; padding: int; padchar: byte; flags: uint): Memory<Writer>

 

// .NET, .NET Standard 2.0
static Memory<Writer> NewWriter(Writer output, int minwidth, int tabwidth, int padding, byte padchar, uint flags)
// Island
static Memory<Writer> NewWriter(Writer output, int minwidth, int tabwidth, int padding, byte padchar, uint flags)

 

// .NET, .NET Standard 2.0
static func NewWriter(_ output: Writer, _ minwidth: int, _ tabwidth: int, _ padding: int, _ padchar: byte, _ flags: uint) -> Memory<Writer>
// Island
static func NewWriter(_ output: Writer, _ minwidth: int, _ tabwidth: int, _ padding: int, _ padchar: byte, _ flags: uint) -> Memory<Writer>

 

// .NET, .NET Standard 2.0
func NewWriter(output Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) Memory<Writer>
// Island
func NewWriter(output Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) Memory<Writer>

 

// .NET, .NET Standard 2.0
Shared Function NewWriter(output As Writer, minwidth As int, tabwidth As int, padding As int, padchar As byte, flags As uint) As Memory<Writer>
// Island
Shared Function NewWriter(output As Writer, minwidth As int, tabwidth As int, padding As int, padchar As byte, flags As uint) As Memory<Writer>

Parameters:

  • output:
  • minwidth:
  • tabwidth:
  • padding:
  • padchar:
  • flags: