Schema Central > OOXML > sml-styles.xsd > ssml:border
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:border

Border

Element information

Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main

Schema document: sml-styles.xsd

Other elements with the same name: ssml:border

Type: ssml:CT_Border

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
diagonalUp [0..1]xsd:booleanDiagonal Up
diagonalDown [0..1]xsd:booleanDiagonal Down
outline [0..1]xsd:booleanOutlineDefault value is "true".

Used in

Sample instance

<ssml:border>
   <ssml:left>
      <ssml:color/>
   </ssml:left>
   <ssml:right>
      <ssml:color/>
   </ssml:right>
   <ssml:top>
      <ssml:color/>
   </ssml:top>
   <ssml:bottom>
      <ssml:color/>
   </ssml:bottom>
   <ssml:diagonal>
      <ssml:color/>
   </ssml:diagonal>
   <ssml:vertical>
      <ssml:color/>
   </ssml:vertical>
   <ssml:horizontal>
      <ssml:color/>
   </ssml:horizontal>
</ssml:border>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com