BorderRegion Enumeration

Summary

Defines the border region to style.

Syntax

TypeScript
JavaScript
lt.Document.Editor.BorderRegion { 
   all: 0, 
   innerBorder: 1, 
   innerHorizontalBorder: 2, 
   innerVerticalBorder: 3, 
   outerBorder: 4, 
   rightBorder: 5, 
   topBorder: 6, 
   bottomBorder: 7, 
   leftBorder: 8 
} 
lt.Document.Editor.BorderRegion { 
   all: 0, 
   innerBorder: 1, 
   innerHorizontalBorder: 2, 
   innerVerticalBorder: 3, 
   outerBorder: 4, 
   rightBorder: 5, 
   topBorder: 6, 
   bottomBorder: 7, 
   leftBorder: 8 
} 

Members

Value Member Description
0 all Border styling applied to every border in the selected region.
1 innerBorder Border styling applied to the inner-borders in the selected region.
2 innerHorizontalBorder Border styling applied to the inner-horizontal borders in the selected region.
3 innerVerticalBorder Border styling applied to the inner-vertical borders in the selected region.
4 outerBorder Border styling applied to the outer borders in the selected region.
5 rightBorder Border styling applied to the right border in the selected region.
6 topBorder Border styling applied to the top border in the selected region.
7 bottomBorder Border styling applied to the bottom border in the selected region.
8 leftBorder Border styling applied to the left border in the selected region.

Requirements

Target Platforms

See Also

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.