Class ParagraphBorderCollection
- Namespace
- GrapeCity.Documents.Word
- Assembly
- GcDocs.Word.dll
Specifies the borders for a paragraph.
public class ParagraphBorderCollection : BorderCollection, IEnumerable<Border>, IEnumerable
- Inheritance
-
object
ParagraphBorderCollection
- Implements
-
System.Collections.Generic.IEnumerable<T><
Border>
System.Collections.IEnumerable
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Properties
Inside
Gets the border that is displayed between each paragraph in a set of paragraphs that have the same set of paragraph border settings.
public Border Inside { get; }
Property Value
- Border
Methods
Resets all borders of the paragraph to default.
public override void ClearFormatting()