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

MethodReturnsDescription
copyXmlAttrs(Element src, Element dst)voidCopies all attributes from src to dst, overwriting existing ones.
replaceOrAddChild(Element parent, Element srcChild)voidReplaces 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)voidCopies attributes and children from a source <a:rPr> to a target <a:rPr>-like element.
applyPortionFormat(Iterable<Cell> cells, BasePortionFormat source)voidApplies a PortionFormat or BasePortionFormat to every run and endParaRPr in every cell.
applyParagraphFormat(Iterable<Cell> cells, ParagraphFormat source)voidApplies a ParagraphFormat to every paragraph in every cell.
applyTextFrameFormat(Iterable<Cell> cells, TextFrameFormat source)voidApplies a TextFrameFormat to every text body in every cell.
applyTextFormat(Iterable<Cell> cells, Object source, Runnable saveCallback)voidDispatches to the correct applier based on the runtime type of source.

Veure també

  • Aspose.Slides FOSS Java API Referència de casa
 Català