BulkTextFormat Aspose.Slides FOSS Java API Referència
BulkTextFormat Ajutador per aplicar formatatge de text en massa a col·leccions de cèl·lules de taula.
Package: org.aspose.slides.foss.internal.pptx
Nota: Aquesta és una classe d’implementació interna. No la importeu ni utilitzeu directament el paquet org.aspose.slides.foss.internal.pptx no forma part de l’API pública i pot canviar sense previ avís. Aquesta pàgina es proporciona només per a referència.
Mètodes
| Method | Returns | Description |
|---|---|---|
copyXmlAttrs(Element src, Element dst) | void | Copies all attributes from src to dst, overwriting existing ones. |
replaceOrAddChild(Element parent, Element srcChild) | void | Replaces the first child of parent with the same tag as srcChild, or appends a deep copy if no such child exists. |
applyRprToElement(Element srcRpr, Element target) | void | Copies attributes and children from a source <a:rPr> to a target <a:rPr>-like element. |
applyPortionFormat(Iterable<Cell> cells, BasePortionFormat source) | void | Applies a PortionFormat or BasePortionFormat to every run and endParaRPr in every cell. |
applyParagraphFormat(Iterable<Cell> cells, ParagraphFormat source) | void | Applies a ParagraphFormat to every paragraph in every cell. |
applyTextFrameFormat(Iterable<Cell> cells, TextFrameFormat source) | void | Applies a TextFrameFormat to every text body in every cell. |
applyTextFormat(Iterable<Cell> cells, Object source, Runnable saveCallback) | void | Dispatches to the correct applier based on the runtime type of source. |
Veure també
- Aspose.Slides FOSS Java API Referència de casa