Skip to main content
A newer version of this page is available. .
All docs
V20.2

BrickSelector.GetBricksByText Method

Name Parameters Description
GetBricksByText(Document, String) static document, text A static method that returns an enumeration of text bricks with specified text from a document.
GetBricksByText(Page, String) static page, text A static method that returns an enumeration of text bricks with specified text from a document page.
GetBricksByText(IEnumerable<Page>, String) static pages, text A static method that returns an enumeration of text bricks with specified text from document pages.