Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about bold

Read more about bold

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - bold

How to get bold text from .docx tables

I'm kind of new to Python and I struggle to get bold text from tables from .docx files. I know how to add all info from tables to the list: document = Document('path_to_the_.docx_ file') document.save...
test-img

salehelas

python

parsing

docx

bold

Votes: 0

Answers: 2

Latest Answer

from docx import Document document = Document('test.docx') if document.tables: table = document.tables[0] for row_index, row in enumerate(table.rows): for cell_index, cell in enumerate(...
test-img

Nuwan wickramarachchi

How to restrict bold text and text size in specific page in Flutter

I follow this stack overflow link to restrict bold text globally on whole app. Now when i try to implement this to restrict bold text as well as to restrict big text size on specific screen then only ...
test-img

Mohammed Nabil

flutter

dart

text-size

bold

Votes: 0

Answers: 1

Latest Answer

you have two options to achieve your goal. 1 - use only one MediaQuery and put all your settings in that like: .copyWith(boldText: false, textScaleFactor: 1.5) 2 - wrap your inner MediaQuery in a Buil...
test-img

reza

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved