ParagraphAbsorber

ParagraphAbsorber

Revisió

ParagraphAbsorber És una classe en Aspose.PDF FOSS per a .NET.

Absorbeix text de pàgines PDF i l’organitza en seccions i paràgrafs.

Aquesta classe proporciona 6 mètodes per treballar amb els objectes ParagraphAbsorber en programes .NET. Els mètodes disponibles inclouen: ParagraphAbsorber, Visit. Tots els membres públics estan accessibles a qualsevol aplicació .NET després d’instal·lar el Aspose.PDF FOSS per al paquet .Net. Propietats : IsMulticolumnParagraphsAllowed, PageMarkups, ParagraphAbsorberOptions, SectionsSearchDepth, TextReplaceOptions.

Propietats

NomTipusAccessDescripció
PageMarkupsList<PageMarkup>LlegirLes etiquetes de la pàgina que es produeixen per Visit(Document) o Visite(Page).
ParagraphAbsorberOptionsParagraphAbsorberOptionsLlegir / EscriureBag d’opcions actives.
SectionsSearchDepthintLlegir / EscriureQuants nivells de nesting per baixar quan partitza seccions.
TextReplaceOptionsTextReplaceOptions?Llegir / EscriureOpcions que flueixin a l’interior TextFragmentAbsorber quan reemeteixen paràgrafs.
IsMulticolumnParagraphsAllowedboolLlegir / EscriureObté o determina si es permet la fusió de paràgrafs multicolúries.

Mètodes

SignatureDescripció
ParagraphAbsorber()Coneix ParagraphAbsorber en aquest instància ParagraphAbsorber.
ParagraphAbsorber(paragraphAbsorberOptions: ParagraphAbsorberOptions)Calla ParagraphAbsorber(paràgrafOpcions d’absorció) en aquest instància ParagraphAbsorber.
ParagraphAbsorber(sectionsSearchDepth: int)Coneix ParagraphAbsorber(seccionsSearchDepth) en aquest instància ParagraphAbsorber.
ParagraphAbsorber(sectionsSearchDepth: int, paragraphAbsorberOptions: ParagraphAbsorberOptions)Calla ParagraphAbsorber(seccionsSearchDepth, paràgrafOpcions Absorber) en aquest instància ParagraphAbsorber.
Visit(doc: Document)Visita un document complet - absorbeix totes les pàgines.
Visit(page: Page)Visita una pàgina i absorbeix el seu text en seccions/paràgrafs.

Veure també

 Català