Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
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:vb.net}
Public NotInheritable Class Location
		Inherits TypesafeEnum
{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|