Questions tagged [line-spacing]
54 questions
0
votes
1 answer
Best way to double space table with flextable?
Using package flextable, and reading from the different help pages, I could not find how to double (line) space an entire table, as APA requires.
There's the option hrule():
ft_1 <- flextable(head(iris))
ft_1 <- height(ft_1, height = 1, part =…

rempsyc
- 785
- 5
- 24
0
votes
0 answers
How do you you reduce the space between paragraph to paragraph
I'm trying to make the space that separates the paragraphs smaller. I've tried changing the top and bottom margins in CSS but it doesn't make any major changes, I went all the way down to 00px but no change. I even took out the 's. Maybe I'm…

cherith kay
- 27
- 3
0
votes
2 answers
Ways to Remove Unnecessary Spaces?
My code below gets the street address for each gym, but there is an error in the spacing of the output for the hours that the gym is open. Any ideas of where I went wrong?
import urlparse
from bs4 import BeautifulSoup
from bs4 import Tag
import…

Regression1234
- 21
- 6
0
votes
1 answer
Inconsistent figure note line spacing rendering pdf in Bookdown
I am trying to insert a figure note to render in pdf from the following code chunk:
``{r boxfreshAe, out.width = c("49%","49%","49%","49%"),fig.align = "center", warning=FALSE, message=FALSE, error=FALSE, fig.pos="H",fig.show = 'hold',…

BAlpine
- 111
- 3
- 14
0
votes
1 answer
setLineSpacing() for a textView
I use setLineSpacing() to increase the space between lines in a textView, and it seems okay when I test it with Pixel API 25 emulator, but when I test it with Nexus 6p API 23, it's good till a new line (\n) happens. Then after that, the space…

Aria Vaghef
- 1
- 3
0
votes
1 answer
Convert Content Control value to String using VBA
I am developing a script to format an Outlook template and send it by clicking on a button.
The main goal is to use Single Line Spacing and 0pt on After/Before Spacing, and to convert all the Content Controls (such as ComboBoxes) on my template to…

mafap
- 371
- 3
- 18
- 40
-1
votes
1 answer
How to increase the space between the text and underline under a hyperlink in CSS?
For any text and underline, we can use line-height and padding-bottom. But in my case i have used hyperlinks, so when i hover over the hyperlink i want the text-decoration underline to increase the spacing between the hyperlink text and…
-1
votes
3 answers
Is there a way to remove excess spacing in Python code?
My code below gets the street address for each gym, but there is an error in the spacing of the output for the hours that the gym is open. Any ideas of where I went wrong?
import urlparse
from bs4 import BeautifulSoup
from bs4 import Tag
import…

Regression1234
- 21
- 6
-1
votes
2 answers
how to check MS Word paragraph line spacing using vba script
how to check MS Word paragraph line spacing using vba script.
here is code where line spacing are change in paragraph(1).
we add paragraph(1) line space 2.
now how can we get it if we give same paragraph(1) and its gives us 2.

Umair Khan
- 1
- 2