Skip to main content

Questions tagged [paragraph]

The paragraph concept in any UI renderer.

0 votes
1 answer
28 views

Text Wrap in HTML

I have an example below about my problem: Paragraphs do not behave the same when the line break is automatic (like with flex width) or when it is forced. I need that when the line break in the ...
Paulo Costa's user avatar
0 votes
1 answer
35 views

I want copy the paragraph that a comment has been added to in Word and put into an Excel table

i found a really simple macro in LinkedIn, from 'Harriet. L', to look at the Comments in a Word document and create an Excel table sowing the 'page, author, comment text & date created' for each ...
Richard Crabtree's user avatar
0 votes
0 answers
16 views

Creating a single paragraph with loop Velocity

I have multiple variables in a list and I want to create a single paragraph for all of them that share the same property of what we'll call class.requirement for example's sake. I want to make a ...
Julia Sullivan's user avatar
0 votes
0 answers
41 views

How to automatically calculate characters with spaces for a specific paragraph in word?

As stated in the title, I would like to automatically calculate all characters with spaces within one paragraph. The reason for this is, I am writing multiple articles and could not keep track of the ...
user22398690's user avatar
0 votes
1 answer
44 views

Select and copy all paragraphs in selection range word macro

I need all paragraphs that are selected and not even completely selected to be selected and copied. I just wouldn’t like to select them completely with the mouse and copy them. I know how to select ...
Alexey's user avatar
  • 25
0 votes
0 answers
32 views

exact paragraph number after extracting pdf content

I aim to extract precise paragraph numbers when extracting text from a PDF. My current approach involves removing table and image content along with their bounding box (bbox) values from the PDF ...
Shweta Ojha's user avatar
1 vote
1 answer
394 views

How to change the paragraph spacing in Typst? [closed]

How to change the paragraph spacing in Typst? Do we have any codes to perform it? It seems the function par() is not the case....... I tried to look for the relevant codes, but I failed to find them. ...
Shujun Tan's user avatar
0 votes
2 answers
66 views

Easy way to sort multiline paragraph where only first lines begin with non-space?

I have a text or log file which typically looks like this: First line which is also a paragraph. Another line that is its own paragraph. etc. etc. but occasionally it has some spill-over into a multi-...
einpoklum's user avatar
  • 127k
0 votes
0 answers
36 views

Inconsistent Behavior of Height Multiplier in Skia

Here's what I've observed: Setting a Very Low Multiplier: When I set the height multiplier to a very low value (e.g., 0.01), I expect the line height to be significantly smaller than the default (...
zeus's user avatar
  • 12.6k
0 votes
0 answers
98 views

How to add a hyperlink to an existing word in a paragraph using Python-docx

0 Is there a way I can replace an existing word with a hyperlink, instead of paragraph._p.append(hyperlink) I have to search for a place holder in the document and replace it with another text with a ...
TechBang's user avatar
  • 137
0 votes
0 answers
46 views

How to create Picker dropdown inline with Text in the React Native?

I'm looking for format Picker inline with many setences in paragraph. I want to format it with the result as My code is format as bellow <View key={paragraphIndex} style={{...
John Nguyen's user avatar
0 votes
0 answers
28 views

Layout of embedded video on page

I'm trying to place an embedded video on a page, with text above and below it. At the moment, the text appears to the side of the video, as is visible in the below image: enter image description here ...
samstroud's user avatar
1 vote
2 answers
123 views

Paragraph counter

I have a text file and I wrote a script for Linux where it counts all the characters (with spaces) the number of lines and words. I also have to write something that counts the number of paragraphs ...
Ane 2's user avatar
  • 11
0 votes
0 answers
33 views

Removing blank lines from an all text Google DOC 2

I have an all text Google Doc but it have a lot of places where there are more than 1 blank line/paragraph in a row. I have tried the code below but it stops at "line.removeFromParent()". I ...
Stanley Levine's user avatar
1 vote
3 answers
183 views

Is it possible to format paragraph in flutter?

Is it possible to format paragraphs (alignment, indent, spacing) in flutter? Like I do in MS Word: import 'package:flutter/material.dart'; void main() { runApp(const MaterialApp( home: ...
Andrey's user avatar
  • 6,229

15 30 50 per page
1
2 3 4 5
55