PageWidth
Disponível
Option specifying the page width for output formatting
PageWidth
CellPrint[TextCell["This is a bit of text", PageWidth -> 100, Background -> ThemeColor["Accent6"]]]
→ CellPrint[TextCell[This is a bit of text, PageWidth -> 100, Background -> ThemeColor[Accent6]]]CellPrint[TextCell[StringTake[ExampleData[{"Text", "GettysburgAddress"}], 299], PageWidth -> 400]]
→ CellPrint[TextCell[StringTake[ExampleData[{Text, GettysburgAddress}], 299], PageWidth -> 400]]CellPrint[TextCell[StringTake[ExampleData[{"Text", "GettysburgAddress"}], 299], PageWidth -> UpTo[600]]]
→ CellPrint[TextCell[StringTake[ExampleData[{Text, GettysburgAddress}], 299], PageWidth -> UpTo[600]]] Todas as 6300 funções ·
Usar isto de um cliente MCP