View Issue Details

IDProjectCategoryView StatusLast Update
0009273ScribusScripterpublic2025-05-17 08:07
ReporteraliB Assigned To 
PrioritylowSeverityfeatureReproducibilityalways
Status closedResolutionno change required 
PlatformDell Inspiron 9400OSLinuxOS VersionOpenSuSE 11.2
Product Version1.3.7 
Summary0009273: Additional scripter methods for paragraph and style handling
DescriptiongetParagraphs("FrameName") => returns an array of linenumbers of all paragraphs
setStyle("FrameName", Line) => already exists, but needs additional parameter
getStyle("FrameName", Line) => returns the style assigned to the given line
TagsNo tags attached.
Patch

Relationships

related to 0014453 closed Scripter command setStyle() doesn't work 

Activities

ale

2025-05-17 08:07

manager   ~0052577

getting and setting styles is now implemented.
it's not clear to me, what getParagraph should have achieved, it seem to mix the concepts of lines and paragraphs (where figuring out the paragraph number is trivial in python and getting line number is not really meaningful.. but a script for adding line numbers to a frame already exists)

Issue History

Date Modified Username Field Change
2010-07-16 12:43 aliB New Issue
2010-07-16 20:34 christoph_s Status new => acknowledged
2016-12-11 21:07 Kunda Relationship added related to 0014453
2025-05-17 08:07 ale Status acknowledged => closed
2025-05-17 08:07 ale Resolution open => no change required
2025-05-17 08:07 ale Note Added: 0052577