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
Const AlignRight As UInt64 = 4
// Island
Const 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
Const Debug As UInt64 = 32
// Island
Const 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
Const DiscardEmptyColumns As UInt64 = 8
// Island
Const DiscardEmptyColumns As uint = 8

Escape

 

const Escape: Char = #255

 

const Char Escape = (char)255

 

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

 

const Escape Char = \x255

 

Const 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
Const FilterHTML As UInt64 = 1
// Island
Const FilterHTML As uint = 1

NewWriter

 

class method NewWriter(output: Writer; minwidth: int; tabwidth: int; padding: int; padchar: byte; flags: uint): Memory<Writer>

 

static Memory<Writer> NewWriter(Writer output, int minwidth, int tabwidth, int padding, byte padchar, uint flags)

 

static func NewWriter(_ output: Writer, _ minwidth: int, _ tabwidth: int, _ padding: int, _ padchar: byte, _ flags: uint) -> Memory<Writer>

 

func NewWriter(output Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) Memory<Writer>

 

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
Const StripEscape As UInt64 = 2
// Island
Const 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
Const TabIndent As UInt64 = 16
// Island
Const 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
Const AlignRight As UInt64 = 4
// Island
Const 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
Const Debug As UInt64 = 32
// Island
Const 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
Const DiscardEmptyColumns As UInt64 = 8
// Island
Const DiscardEmptyColumns As uint = 8

Escape

 

const Escape: Char = #255

 

const Char Escape = (char)255

 

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

 

const Escape Char = \x255

 

Const 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
Const FilterHTML As UInt64 = 1
// Island
Const 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
Const StripEscape As UInt64 = 2
// Island
Const 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
Const TabIndent As UInt64 = 16
// Island
Const TabIndent As uint = 16

 

NewWriter

 

class method NewWriter(output: Writer; minwidth: int; tabwidth: int; padding: int; padchar: byte; flags: uint): Memory<Writer>

 

static Memory<Writer> NewWriter(Writer output, int minwidth, int tabwidth, int padding, byte padchar, uint flags)

 

static func NewWriter(_ output: Writer, _ minwidth: int, _ tabwidth: int, _ padding: int, _ padchar: byte, _ flags: uint) -> Memory<Writer>

 

func NewWriter(output Writer, minwidth int, tabwidth int, padding int, padchar byte, flags uint) Memory<Writer>

 

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: