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. |