Uses of Interface
pro.verron.officestamper.api.Table.Row
Packages that use Table.Row
Package
Description
Core API interfaces and types for the OfficeStamper library.
Internal implementation of the OfficeStamper engine.
Experimental stampers for additional office formats.
-
Uses of Table.Row in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return Table.RowMethods in pro.verron.officestamper.api that return types with arguments of type Table.RowModifier and TypeMethodDescriptionParagraph.parentTableRow()Retrieves the parent table row of the current paragraph, if it exists.ProcessorContext.tableRow()Returns the table row containing the current paragraph, if any.Methods in pro.verron.officestamper.api with parameters of type Table.RowModifier and TypeMethodDescriptionvoidAdds a row to the table at the specified index.intReturns the index of the given row within the table.Method parameters in pro.verron.officestamper.api with type arguments of type Table.Row -
Uses of Table.Row in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement Table.RowMethods in pro.verron.officestamper.core that return Table.RowMethods in pro.verron.officestamper.core that return types with arguments of type Table.RowMethods in pro.verron.officestamper.core with parameters of type Table.RowModifier and TypeMethodDescriptionvoidintMethod parameters in pro.verron.officestamper.core with type arguments of type Table.Row -
Uses of Table.Row in pro.verron.officestamper.experimental
Methods in pro.verron.officestamper.experimental that return types with arguments of type Table.Row