Constants |
SOLID |
Solid border line.
|
DOTTED |
Dotted border line.
|
DASHED |
Dashed border line.
|
Constants' Details |
SOLID
const short SOLID = 0;
- Description
- Solid border line.
|
|
DOTTED
const short DOTTED = 1;
- Description
- Dotted border line.
|
|
DASHED
const short DASHED = 2;
- Description
- Dashed border line.
|
|
Top of Page
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.