Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Used to specify the border location. Under certain circumstance it is necessary to specify the location of a border. Not all of these will apply for all circumstances.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Used to specify the border location. Under certain circumstance it is necessary to specify the location of a border. Not all of these will apply for all circumstances.{excerpt}
{signature:C#}
 public sealed class Location : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class Location
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

A border that is placed outside of text when facing pages are displayed

...

Border between conforming paragraphs. Conforming paragraphs share the following characteristics:

  • Both have the same AbsolutePositioning attributes.
  • Both have borders.
  • The widths of both paragraphs are equal.
  • Both paragraphs are within a table or not.

...

Bottom border

...

All horizontal borders

...

Left border

...

Right border

...

Top border

...

{signature}
{values}
||Name||Description||
|{anchor:Bar}Bar|A border that is placed outside of text when facing pages are displayed|
|{anchor:Between}Between|Border between conforming paragraphs.  Conforming paragraphs share the following characteristics:
* Both have the same [AbsolutePositioning] attributes.
* Both have borders.
* The widths of both paragraphs are equal.
* Both paragraphs are within a table or not. |
|{anchor:Bottom}Bottom|Bottom border|
|{anchor:Horizontal}Horizontal|All horizontal borders|
|{anchor:Left}Left|Left border|
|{anchor:Right}Right|Right border|
|{anchor:Top}Top|Top border|
|{anchor:Vertical}Vertical|All vertical borders|