ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class Pattern

System.Object
  extended byActiveXLS.Constants.Pattern

public class Pattern
extends System.Object

This class contains the constants for the pattern style.


Constant Summary
const int PATTERN_12PERCENT_GRAY
          12.5% Gray.
const int PATTERN_25PERCENT_GRAY
          25% Gray.
const int PATTERN_50PERCENT_GRAY
          50% Gray.
const int PATTERN_6PERCENT_GRAY
          6.25% Gray.
const int PATTERN_75PERCENT_GRAY
          75% Gray.
const int PATTERN_DIAGONAL_CROSSHATCH
          Diagonal Crosshatch.
const int PATTERN_DIAGONAL_STRIPE
          Diagonal Stripe.
const int PATTERN_HORIZONTAL_STRIPE
          Horizontal Stripe.
const int PATTERN_NONE
          No pattern.
const int PATTERN_REVERSE_DIAGONAL_STRIPE
          Reverse Diagonal Stripe.
const int PATTERN_SOLID
          Pattern solid.
const int PATTERN_THICK_DIAGONAL_CROSSHATCH
          Thick Diagonal Crosshatch.
const int PATTERN_THIN_DIAGONAL_CROSSHATCH
          Thin Diagonal Crosshatch.
const int PATTERN_THIN_DIAGONAL_STRIPE
          Thin Diagonal Stripe.
const int PATTERN_THIN_HORIZONTAL_CROSSHATCH
          Thin Horizontal Crosshatch.
const int PATTERN_THIN_HORIZONTAL_STRIPE
          Thin Horizontal Stripe.
const int PATTERN_THIN_REVERSE_DIAGONAL_STRIPE
          Thin Reverse Diagonal Stripe.
const int PATTERN_THIN_VERTICAL_STRIPE
          Thin Vertical Stripe.
const int PATTERN_VERTICAL_STRIPE
          Vertical Stripe.
 
Constructor Summary
Pattern()
           
   

Constant Detail

PATTERN_NONE

public const int PATTERN_NONE
No pattern. Embedded value is 0x00.

See Also:
Constant Values

PATTERN_SOLID

public const int PATTERN_SOLID
Pattern solid. Embedded value is 0x01.

See Also:
Constant Values

PATTERN_50PERCENT_GRAY

public const int PATTERN_50PERCENT_GRAY
50% Gray. Embedded value is 0x02.

See Also:
Constant Values

PATTERN_75PERCENT_GRAY

public const int PATTERN_75PERCENT_GRAY
75% Gray. Embedded value is 0x03.

See Also:
Constant Values

PATTERN_25PERCENT_GRAY

public const int PATTERN_25PERCENT_GRAY
25% Gray. Embedded value is 0x04.

See Also:
Constant Values

PATTERN_HORIZONTAL_STRIPE

public const int PATTERN_HORIZONTAL_STRIPE
Horizontal Stripe. Embedded value is 0x05.

See Also:
Constant Values

PATTERN_VERTICAL_STRIPE

public const int PATTERN_VERTICAL_STRIPE
Vertical Stripe. Embedded value is 0x06.

See Also:
Constant Values

PATTERN_REVERSE_DIAGONAL_STRIPE

public const int PATTERN_REVERSE_DIAGONAL_STRIPE
Reverse Diagonal Stripe. Embedded value is 0x07.

See Also:
Constant Values

PATTERN_DIAGONAL_STRIPE

public const int PATTERN_DIAGONAL_STRIPE
Diagonal Stripe. Embedded value is 0x08.

See Also:
Constant Values

PATTERN_DIAGONAL_CROSSHATCH

public const int PATTERN_DIAGONAL_CROSSHATCH
Diagonal Crosshatch. Embedded value is 0x09.

See Also:
Constant Values

PATTERN_THICK_DIAGONAL_CROSSHATCH

public const int PATTERN_THICK_DIAGONAL_CROSSHATCH
Thick Diagonal Crosshatch. Embedded value is 0x0a.

See Also:
Constant Values

PATTERN_THIN_HORIZONTAL_STRIPE

public const int PATTERN_THIN_HORIZONTAL_STRIPE
Thin Horizontal Stripe. Embedded value is 0x0b.

See Also:
Constant Values

PATTERN_THIN_VERTICAL_STRIPE

public const int PATTERN_THIN_VERTICAL_STRIPE
Thin Vertical Stripe. Embedded value is 0x0c.

See Also:
Constant Values

PATTERN_THIN_REVERSE_DIAGONAL_STRIPE

public const int PATTERN_THIN_REVERSE_DIAGONAL_STRIPE
Thin Reverse Diagonal Stripe. Embedded value is 0x0d.

See Also:
Constant Values

PATTERN_THIN_DIAGONAL_STRIPE

public const int PATTERN_THIN_DIAGONAL_STRIPE
Thin Diagonal Stripe. Embedded value is 0x0e.

See Also:
Constant Values

PATTERN_THIN_HORIZONTAL_CROSSHATCH

public const int PATTERN_THIN_HORIZONTAL_CROSSHATCH
Thin Horizontal Crosshatch. Embedded value is 0x0f.

See Also:
Constant Values

PATTERN_THIN_DIAGONAL_CROSSHATCH

public const int PATTERN_THIN_DIAGONAL_CROSSHATCH
Thin Diagonal Crosshatch. Embedded value is 0x10.

See Also:
Constant Values

PATTERN_12PERCENT_GRAY

public const int PATTERN_12PERCENT_GRAY
12.5% Gray. Embedded value is 0x11.

See Also:
Constant Values

PATTERN_6PERCENT_GRAY

public const int PATTERN_6PERCENT_GRAY
6.25% Gray. Embedded value is 0x12.

See Also:
Constant Values
Constructor Detail

Pattern

public Pattern()

Copyright 2009 On Time Computing Solutions