SIL.FieldWorks.Common.RootSites.CollectorEnv.SetParagraphMark C# (CSharp) Method

SetParagraphMark() public method

Member SetParagraphMark
public SetParagraphMark ( VwBoundaryMark boundaryMark ) : void
boundaryMark VwBoundaryMark enumeration value used to represent the paragraph or section /// boundary and whether it is highlighted or not: endOfParagraph, endOfSection, /// endOfParagraphHighlighted, or endofSectionHighlighted ///
return void
		public virtual void SetParagraphMark(VwBoundaryMark boundaryMark)
		{
		}